#B433C4

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

Shades of Dark Orchid #B433C4

Tints of Dark Orchid #B433C4

Color information

#B433C4 (or 0xB433C4) is unknown color: approx Dark Orchid. HEX triplet: B4, 33 and C4. RGB value is (180,51,196). Sum of RGB (Red+Green+Blue) = 180+51+196=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 196 - color contains mainly: blue. Hex color #B433C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433C4 is #4BCC3B. Grayscale: #696969. Windows color (decimal): -4967484 or 12858292. OLE color: 12858292.

HSL color Cylindrical-coordinate representation of color #B433C4: hue angle of 293.38º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B433C4 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18051196-
CMYK0.080.7400.23
HSL293.38º58.7%48.43%-
HSV(B)293.38º73.98%76.86%-
XYZ29.9716.0653.74-
YUV106.1178.74180.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 51 (20.31% from 255) = 11.94%
BLUE value IS 196 (76.95% from 255) = 45.90%
R=42.15%
G=11.94%
B=45.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180511960.080.7400.23293.3858.748.43
HexB433C484A0171253b30
Octal26463304101120274457360
Binary101101001100111100010010001001010010111100100101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B433C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B433C4; }

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

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

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

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

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

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

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

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