Html Css Color HEX #B027EA Dark Orchid

📋 copy color: '#B027EA'

red 176 ◦ green 39 ◦ blue 234

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

Shades of Dark Orchid #B027EA

Tints of Dark Orchid #B027EA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.69%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 39.2%
G = 8.69%
B = 52.12%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B027EA (or 0xB027EA) is known color: Dark Orchid. HEX triplet: B0, 27 and EA. RGB value is (176,39,234). Sum of RGB (Red+Green+Blue) = 176+39+234=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #B027EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B027EA is #4FD815. Grayscale: #656565. Windows color (decimal): -5232662 or 15345584. OLE color: 15345584.

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

Color convert

RGB 176 39 234 -
CMYK 0.25 0.83 0 0.08
HSL 282.15º 0.82% 0.54% -
HSV(B) 282.15º 0.83% 0.92% -
XYZ 33.48 16.62 79.29 -
YUV 102.19 202.39 180.64 -
System Red Green Blue C M Y K H S L
Decimal 176 39 234 0.25 0.83 0 0.08 282.15 0.82 0.54
Hex B0 27 EA 19 53 0 8 11A 52 36
Octal 260 47 352 31 123 0 10 432 122 66
Binary 10110000 100111 11101010 11001 1010011 0 1000 100011010 1010010 110110

Color Harmonies of #B027EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B027EA

Black with #B027EA

Text Example


Text Example

White with #B027EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B027EA; }

 p { color: rgb(176,39,234); }

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

background-color css

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

 a { background-color: rgb(176,39,234); }

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

border-color css

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

 span { border-color: rgb(176,39,234); }

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