Html Css Color HEX #B024EB Dark Orchid

📋 copy color: '#B024EB'

red 176 ◦ green 36 ◦ blue 235

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

Shades of Dark Orchid #B024EB

Tints of Dark Orchid #B024EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 39.37%
G = 8.05%
B = 52.57%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B024EB (or 0xB024EB) is known color: Dark Orchid. HEX triplet: B0, 24 and EB. RGB value is (176,36,235). Sum of RGB (Red+Green+Blue) = 176+36+235=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #B024EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B024EB is #4FDB14. Grayscale: #636363. Windows color (decimal): -5233429 or 15410352. OLE color: 15410352.

HSL color Cylindrical-coordinate representation of color #B024EB: hue angle of 282.21º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B024EB is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 36 235 -
CMYK 0.25 0.85 0 0.08
HSL 282.21º 0.83% 0.53% -
HSV(B) 282.21º 0.85% 0.92% -
XYZ 33.53 16.49 80.01 -
YUV 100.55 203.88 181.82 -
System Red Green Blue C M Y K H S L
Decimal 176 36 235 0.25 0.85 0 0.08 282.21 0.83 0.53
Hex B0 24 EB 19 55 0 8 11A 53 35
Octal 260 44 353 31 125 0 10 432 123 65
Binary 10110000 100100 11101011 11001 1010101 0 1000 100011010 1010011 110101

Color Harmonies of #B024EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024EB

Black with #B024EB

Text Example


Text Example

White with #B024EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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