#B432CD

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

Shades of Dark Orchid #B432CD

Tints of Dark Orchid #B432CD

Color information

#B432CD (or 0xB432CD) is unknown color: approx Dark Orchid. HEX triplet: B4, 32 and CD. RGB value is (180,50,205). Sum of RGB (Red+Green+Blue) = 180+50+205=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #B432CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432CD is #4BCD32. Grayscale: #6A6A6A. Windows color (decimal): -4967731 or 13447860. OLE color: 13447860.

HSL color Cylindrical-coordinate representation of color #B432CD: hue angle of 290.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B432CD is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18050205-
CMYK0.120.7600.20
HSL290.32º60.78%50%-
HSV(B)290.32º75.61%80.39%-
XYZ30.9816.3959.29-
YUV106.54183.57180.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 50 (19.92% from 255) = 11.49%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=41.38%
G=11.49%
B=47.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180502050.120.7600.20290.3260.7850
HexB432CDC4C0141223d32
Octal26462315141140244427562
Binary101101001100101100110111001001100010100100100010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B432CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B432CD; }

 p { color: rgb(180,50,205); }

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

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

 a { background-color: rgb(180,50,205); }

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

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

 span { border-color: rgb(180,50,205); }

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