Html Css Color HEX #B433CE Dark Orchid

📋 copy color: '#B433CE'

red 180 ◦ green 51 ◦ blue 206

#B433CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B433CE

Tints of Dark Orchid #B433CE

RGB

 RED value IS 180 (70.7% from 255) = 41.19%

 GREEN value IS 51 (20.31% from 255) = 11.67%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 41.19%
G = 11.67%
B = 47.14%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B433CE (or 0xB433CE) is known color: Dark Orchid. HEX triplet: B4, 33 and CE. RGB value is (180,51,206). Sum of RGB (Red+Green+Blue) = 180+51+206=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #B433CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433CE is #4BCC31. Grayscale: #6A6A6A. Windows color (decimal): -4967474 or 13513652. OLE color: 13513652.

HSL color Cylindrical-coordinate representation of color #B433CE: hue angle of 289.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B433CE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 51 206 -
CMYK 0.13 0.75 0 0.19
HSL 289.94º 0.61% 0.5% -
HSV(B) 289.94º 0.75% 0.81% -
XYZ 31.15 16.53 59.94 -
YUV 107.24 183.74 179.9 -
System Red Green Blue C M Y K H S L
Decimal 180 51 206 0.13 0.75 0 0.19 289.94 0.61 0.5
Hex B4 33 CE D 4B 0 13 122 3D 32
Octal 264 63 316 15 113 0 23 442 75 62
Binary 10110100 110011 11001110 1101 1001011 0 10011 100100010 111101 110010

Color Harmonies of #B433CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B433CE

Black with #B433CE

Text Example


Text Example

White with #B433CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B433CE; }

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

 H1.HeaderClassName
 {
   color: #B433CE;
 }
 .AnyTagClassName
 {
   color: #B433CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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