Html Css Color HEX #B024D3 Dark Orchid

📋 copy color: '#B024D3'

red 176 ◦ green 36 ◦ blue 211

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

Shades of Dark Orchid #B024D3

Tints of Dark Orchid #B024D3

RGB

 RED value IS 176 (69.14% from 255) = 41.61%

 GREEN value IS 36 (14.45% from 255) = 8.51%

 BLUE value IS 211 (82.81% from 255) = 49.88%

R = 41.61%
G = 8.51%
B = 49.88%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B024D3 (or 0xB024D3) is known color: Dark Orchid. HEX triplet: B0, 24 and D3. RGB value is (176,36,211). Sum of RGB (Red+Green+Blue) = 176+36+211=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #B024D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024D3 is #4FDB2C. Grayscale: #616161. Windows color (decimal): -5233453 or 13837488. OLE color: 13837488.

HSL color Cylindrical-coordinate representation of color #B024D3: hue angle of 288º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B024D3 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 36 211 -
CMYK 0.17 0.83 0 0.17
HSL 288º 0.71% 0.48% -
HSV(B) 288º 0.83% 0.83% -
XYZ 30.29 15.2 62.96 -
YUV 97.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 176 36 211 0.17 0.83 0 0.17 288 0.71 0.48
Hex B0 24 D3 11 53 0 11 120 47 30
Octal 260 44 323 21 123 0 21 440 107 60
Binary 10110000 100100 11010011 10001 1010011 0 10001 100100000 1000111 110000

Color Harmonies of #B024D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024D3

Black with #B024D3

Text Example


Text Example

White with #B024D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024D3; }

 p { color: rgb(176,36,211); }

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

background-color css

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

 a { background-color: rgb(176,36,211); }

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

border-color css

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

 span { border-color: rgb(176,36,211); }

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