#B433E4

Color #B433E4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B433E4

Tints of Dark Orchid #B433E4

Color information

#B433E4 (or 0xB433E4) is unknown color: approx Dark Orchid. HEX triplet: B4, 33 and E4. RGB value is (180,51,228). Sum of RGB (Red+Green+Blue) = 180+51+228=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #B433E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433E4 is #4BCC1B. Grayscale: #6D6D6D. Windows color (decimal): -4967452 or 14955444. OLE color: 14955444.

HSL color Cylindrical-coordinate representation of color #B433E4: hue angle of 283.73º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B433E4 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18051228-
CMYK0.210.7800.11
HSL283.73º76.62%54.71%-
HSV(B)283.73º77.63%89.41%-
XYZ34.0117.6775.02-
YUV109.75194.74178.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 51 (20.31% from 255) = 11.11%
BLUE value IS 228 (89.45% from 255) = 49.67%
R=39.22%
G=11.11%
B=49.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal180512280.210.7800.11283.7376.6254.71
HexB433E4154E0B11c4d37
Octal264633442511601343411567
Binary1011010011001111100100101011001110010111000111001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B433E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B433E4; }

 p { color: rgb(180,51,228); }

 H1.HeaderClassName
 {
   color: #B433E4;
 }
 .AnyTagClassName
 {
   color: #B433E4;
 }
</style>
background-color css

<style>
 a { background-color: #B433E4; }

 a { background-color: rgb(180,51,228); }

 div.DivClassName
 {
   background-color: #B433E4;
 }
 .BgClassName
 {
   background-color: #B433E4;
 }
</style>
border-color css

<style>
 span { border-color: #B433E4; }

 span { border-color: rgb(180,51,228); }

 td.TdClassName
 {
   border-color: #B433E4;
 }
 .TagClassName
 {
   border-color: #B433E4;
 }
</style>