#B433F2

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

Shades of Dark Orchid #B433F2

Tints of Dark Orchid #B433F2

Color information

#B433F2 (or 0xB433F2) is unknown color: approx Dark Orchid. HEX triplet: B4, 33 and F2. RGB value is (180,51,242). Sum of RGB (Red+Green+Blue) = 180+51+242=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #B433F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B433F2 is #4BCC0D. Grayscale: #6E6E6E. Windows color (decimal): -4967438 or 15872948. OLE color: 15872948.

HSL color Cylindrical-coordinate representation of color #B433F2: hue angle of 280.52º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B433F2 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18051242-
CMYK0.260.7900.05
HSL280.52º88.02%57.45%-
HSV(B)280.52º78.93%94.9%-
XYZ36.0318.4885.67-
YUV111.34201.74176.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 51 (20.31% from 255) = 10.78%
BLUE value IS 242 (94.92% from 255) = 51.16%
R=38.05%
G=10.78%
B=51.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180512420.260.7900.05280.5288.0257.45
HexB433F21A4F051195839
Octal26463362321170543113071
Binary101101001100111111001011010100111101011000110011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B433F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B433F2; }

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

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

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

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

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

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

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

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