Html Css Color HEX #B31FBC Dark Orchid

📋 copy color: '#B31FBC'

red 179 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #B31FBC

Tints of Dark Orchid #B31FBC

RGB

 RED value IS 179 (70.31% from 255) = 44.97%

 GREEN value IS 31 (12.5% from 255) = 7.79%

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 44.97%
G = 7.79%
B = 47.24%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B31FBC (or 0xB31FBC) is known color: Dark Orchid. HEX triplet: B3, 1F and BC. RGB value is (179,31,188). Sum of RGB (Red+Green+Blue) = 179+31+188=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #B31FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FBC is #4CE043. Grayscale: #5C5C5C. Windows color (decimal): -5038148 or 12328883. OLE color: 12328883.

HSL color Cylindrical-coordinate representation of color #B31FBC: hue angle of 296.56º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31FBC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 31 188 -
CMYK 0.05 0.84 0 0.26
HSL 296.56º 0.72% 0.43% -
HSV(B) 296.56º 0.84% 0.74% -
XYZ 28.16 14.19 48.83 -
YUV 93.15 181.53 189.23 -
System Red Green Blue C M Y K H S L
Decimal 179 31 188 0.05 0.84 0 0.26 296.56 0.72 0.43
Hex B3 1F BC 5 54 0 1A 129 48 2B
Octal 263 37 274 5 124 0 32 451 110 53
Binary 10110011 11111 10111100 101 1010100 0 11010 100101001 1001000 101011

Color Harmonies of #B31FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FBC

Black with #B31FBC

Text Example


Text Example

White with #B31FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FBC; }

 p { color: rgb(179,31,188); }

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

background-color css

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

 a { background-color: rgb(179,31,188); }

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

border-color css

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

 span { border-color: rgb(179,31,188); }

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