Html Css Color HEX #B024BF Dark Orchid

📋 copy color: '#B024BF'

red 176 ◦ green 36 ◦ blue 191

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

Shades of Dark Orchid #B024BF

Tints of Dark Orchid #B024BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 43.67%
G = 8.93%
B = 47.39%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B024BF (or 0xB024BF) is known color: Dark Orchid. HEX triplet: B0, 24 and BF. RGB value is (176,36,191). Sum of RGB (Red+Green+Blue) = 176+36+191=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #B024BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024BF is #4FDB40. Grayscale: #5F5F5F. Windows color (decimal): -5233473 or 12526768. OLE color: 12526768.

HSL color Cylindrical-coordinate representation of color #B024BF: hue angle of 294.19º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B024BF is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 36 191 -
CMYK 0.08 0.81 0 0.25
HSL 294.19º 0.68% 0.45% -
HSV(B) 294.19º 0.81% 0.75% -
XYZ 27.94 14.25 50.57 -
YUV 95.53 181.88 185.4 -
System Red Green Blue C M Y K H S L
Decimal 176 36 191 0.08 0.81 0 0.25 294.19 0.68 0.45
Hex B0 24 BF 8 51 0 19 126 44 2D
Octal 260 44 277 10 121 0 31 446 104 55
Binary 10110000 100100 10111111 1000 1010001 0 11001 100100110 1000100 101101

Color Harmonies of #B024BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024BF

Black with #B024BF

Text Example


Text Example

White with #B024BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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