#B433CA

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

Shades of Dark Orchid #B433CA

Tints of Dark Orchid #B433CA

Color information

#B433CA (or 0xB433CA) is unknown color: approx Dark Orchid. HEX triplet: B4, 33 and CA. RGB value is (180,51,202). Sum of RGB (Red+Green+Blue) = 180+51+202=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #B433CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433CA is #4BCC35. Grayscale: #6A6A6A. Windows color (decimal): -4967478 or 13251508. OLE color: 13251508.

HSL color Cylindrical-coordinate representation of color #B433CA: hue angle of 291.26º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B433CA is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18051202-
CMYK0.110.7500.21
HSL291.26º59.68%49.61%-
HSV(B)291.26º74.75%79.22%-
XYZ30.6716.3457.41-
YUV106.79181.74180.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 51 (20.31% from 255) = 11.78%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=41.57%
G=11.78%
B=46.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180512020.110.7500.21291.2659.6849.61
HexB433CAB4B0151233c32
Octal26463312131130254437462
Binary101101001100111100101010111001011010101100100011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B433CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B433CA; }

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

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

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

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

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

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

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

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