Html Css Color HEX #B024BD Dark Orchid

📋 copy color: '#B024BD'

red 176 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #B024BD

Tints of Dark Orchid #B024BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 43.89%
G = 8.98%
B = 47.13%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B024BD (or 0xB024BD) is known color: Dark Orchid. HEX triplet: B0, 24 and BD. RGB value is (176,36,189). Sum of RGB (Red+Green+Blue) = 176+36+189=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #B024BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024BD is #4FDB42. Grayscale: #5E5E5E. Windows color (decimal): -5233475 or 12395696. OLE color: 12395696.

HSL color Cylindrical-coordinate representation of color #B024BD: hue angle of 294.9º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B024BD is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 36 189 -
CMYK 0.07 0.81 0 0.26
HSL 294.9º 0.68% 0.44% -
HSV(B) 294.9º 0.81% 0.74% -
XYZ 27.72 14.17 49.42 -
YUV 95.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 176 36 189 0.07 0.81 0 0.26 294.9 0.68 0.44
Hex B0 24 BD 7 51 0 1A 127 44 2C
Octal 260 44 275 7 121 0 32 447 104 54
Binary 10110000 100100 10111101 111 1010001 0 11010 100100111 1000100 101100

Color Harmonies of #B024BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024BD

Black with #B024BD

Text Example


Text Example

White with #B024BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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