Html Css Color HEX #B031EE Dark Orchid

📋 copy color: '#B031EE'

red 176 ◦ green 49 ◦ blue 238

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

Shades of Dark Orchid #B031EE

Tints of Dark Orchid #B031EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.58%

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 38.01%
G = 10.58%
B = 51.4%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B031EE (or 0xB031EE) is known color: Dark Orchid. HEX triplet: B0, 31 and EE. RGB value is (176,49,238). Sum of RGB (Red+Green+Blue) = 176+49+238=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #B031EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B031EE is #4FCE11. Grayscale: #6B6B6B. Windows color (decimal): -5230098 or 15610288. OLE color: 15610288.

HSL color Cylindrical-coordinate representation of color #B031EE: hue angle of 280.32º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B031EE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 49 238 -
CMYK 0.26 0.79 0 0.07
HSL 280.32º 0.85% 0.56% -
HSV(B) 280.32º 0.79% 0.93% -
XYZ 34.44 17.6 82.47 -
YUV 108.52 201.08 176.13 -
System Red Green Blue C M Y K H S L
Decimal 176 49 238 0.26 0.79 0 0.07 280.32 0.85 0.56
Hex B0 31 EE 1A 4F 0 7 118 55 38
Octal 260 61 356 32 117 0 7 430 125 70
Binary 10110000 110001 11101110 11010 1001111 0 111 100011000 1010101 111000

Color Harmonies of #B031EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031EE

Black with #B031EE

Text Example


Text Example

White with #B031EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031EE; }

 p { color: rgb(176,49,238); }

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

background-color css

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

 a { background-color: rgb(176,49,238); }

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

border-color css

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

 span { border-color: rgb(176,49,238); }

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