Html Css Color HEX #B031F0 Dark Orchid

📋 copy color: '#B031F0'

red 176 ◦ green 49 ◦ blue 240

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

Shades of Dark Orchid #B031F0

Tints of Dark Orchid #B031F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.61%

R = 37.85%
G = 10.54%
B = 51.61%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B031F0 (or 0xB031F0) is known color: Dark Orchid. HEX triplet: B0, 31 and F0. RGB value is (176,49,240). Sum of RGB (Red+Green+Blue) = 176+49+240=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #B031F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B031F0 is #4FCE0F. Grayscale: #6C6C6C. Windows color (decimal): -5230096 or 15741360. OLE color: 15741360.

HSL color Cylindrical-coordinate representation of color #B031F0: hue angle of 279.9º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B031F0 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 49 240 -
CMYK 0.27 0.80 0 0.06
HSL 279.9º 0.86% 0.57% -
HSV(B) 279.9º 0.8% 0.94% -
XYZ 34.73 17.72 84.03 -
YUV 108.75 202.08 175.97 -
System Red Green Blue C M Y K H S L
Decimal 176 49 240 0.27 0.80 0 0.06 279.9 0.86 0.57
Hex B0 31 F0 1B 50 0 6 118 56 39
Octal 260 61 360 33 120 0 6 430 126 71
Binary 10110000 110001 11110000 11011 1010000 0 110 100011000 1010110 111001

Color Harmonies of #B031F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B031F0

Black with #B031F0

Text Example


Text Example

White with #B031F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B031F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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