Html Css Color HEX #B031E9 Dark Orchid

📋 copy color: '#B031E9'

red 176 ◦ green 49 ◦ blue 233

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

Shades of Dark Orchid #B031E9

Tints of Dark Orchid #B031E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.87%

R = 38.43%
G = 10.7%
B = 50.87%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B031E9 (or 0xB031E9) is known color: Dark Orchid. HEX triplet: B0, 31 and E9. RGB value is (176,49,233). Sum of RGB (Red+Green+Blue) = 176+49+233=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #B031E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B031E9 is #4FCE16. Grayscale: #6B6B6B. Windows color (decimal): -5230103 or 15282608. OLE color: 15282608.

HSL color Cylindrical-coordinate representation of color #B031E9: hue angle of 281.41º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B031E9 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 49 233 -
CMYK 0.24 0.79 0 0.09
HSL 281.41º 0.81% 0.55% -
HSV(B) 281.41º 0.79% 0.91% -
XYZ 33.71 17.31 78.66 -
YUV 107.95 198.58 176.54 -
System Red Green Blue C M Y K H S L
Decimal 176 49 233 0.24 0.79 0 0.09 281.41 0.81 0.55
Hex B0 31 E9 18 4F 0 9 119 51 37
Octal 260 61 351 30 117 0 11 431 121 67
Binary 10110000 110001 11101001 11000 1001111 0 1001 100011001 1010001 110111

Color Harmonies of #B031E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031E9

Black with #B031E9

Text Example


Text Example

White with #B031E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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