Html Css Color HEX #B024E3 Dark Orchid

📋 copy color: '#B024E3'

red 176 ◦ green 36 ◦ blue 227

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

Shades of Dark Orchid #B024E3

Tints of Dark Orchid #B024E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.71%

R = 40.09%
G = 8.2%
B = 51.71%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B024E3 (or 0xB024E3) is known color: Dark Orchid. HEX triplet: B0, 24 and E3. RGB value is (176,36,227). Sum of RGB (Red+Green+Blue) = 176+36+227=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 227 (89.06% from 255 or 51.71% from 439); Max value from RGB is 227 - color contains mainly: blue. Hex color #B024E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024E3 is #4FDB1C. Grayscale: #636363. Windows color (decimal): -5233437 or 14886064. OLE color: 14886064.

HSL color Cylindrical-coordinate representation of color #B024E3: hue angle of 283.98º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B024E3 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 36 227 -
CMYK 0.22 0.84 0 0.11
HSL 283.98º 0.77% 0.52% -
HSV(B) 283.98º 0.84% 0.89% -
XYZ 32.4 16.04 74.06 -
YUV 99.63 199.88 182.47 -
System Red Green Blue C M Y K H S L
Decimal 176 36 227 0.22 0.84 0 0.11 283.98 0.77 0.52
Hex B0 24 E3 16 54 0 B 11C 4D 34
Octal 260 44 343 26 124 0 13 434 115 64
Binary 10110000 100100 11100011 10110 1010100 0 1011 100011100 1001101 110100

Color Harmonies of #B024E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024E3

Black with #B024E3

Text Example


Text Example

White with #B024E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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