#B433C5

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

Shades of Dark Orchid #B433C5

Tints of Dark Orchid #B433C5

Color information

#B433C5 (or 0xB433C5) is unknown color: approx Dark Orchid. HEX triplet: B4, 33 and C5. RGB value is (180,51,197). Sum of RGB (Red+Green+Blue) = 180+51+197=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 197 - color contains mainly: blue. Hex color #B433C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433C5 is #4BCC3A. Grayscale: #696969. Windows color (decimal): -4967483 or 12923828. OLE color: 12923828.

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

Color convert

RGB18051197-
CMYK0.090.7400.23
HSL293.01º58.87%48.63%-
HSV(B)293.01º74.11%77.25%-
XYZ30.0816.154.35-
YUV106.22179.24180.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 51 (20.31% from 255) = 11.92%
BLUE value IS 197 (77.34% from 255) = 46.03%
R=42.06%
G=11.92%
B=46.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180511970.090.7400.23293.0158.8748.63
HexB433C594A0171253b31
Octal26463305111120274457361
Binary101101001100111100010110011001010010111100100101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B433C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B433C5; }

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

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

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

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

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

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

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

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