Html Css Color HEX #B31FCB Dark Orchid

📋 copy color: '#B31FCB'

red 179 ◦ green 31 ◦ blue 203

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

Shades of Dark Orchid #B31FCB

Tints of Dark Orchid #B31FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 43.34%
G = 7.51%
B = 49.15%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B31FCB (or 0xB31FCB) is known color: Dark Orchid. HEX triplet: B3, 1F and CB. RGB value is (179,31,203). Sum of RGB (Red+Green+Blue) = 179+31+203=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #B31FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FCB is #4CE034. Grayscale: #5E5E5E. Windows color (decimal): -5038133 or 13311923. OLE color: 13311923.

HSL color Cylindrical-coordinate representation of color #B31FCB: hue angle of 291.63º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31FCB is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 31 203 -
CMYK 0.12 0.85 0 0.20
HSL 291.63º 0.74% 0.46% -
HSV(B) 291.63º 0.85% 0.8% -
XYZ 29.86 14.88 57.8 -
YUV 94.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 179 31 203 0.12 0.85 0 0.20 291.63 0.74 0.46
Hex B3 1F CB C 55 0 14 124 4A 2E
Octal 263 37 313 14 125 0 24 444 112 56
Binary 10110011 11111 11001011 1100 1010101 0 10100 100100100 1001010 101110

Color Harmonies of #B31FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FCB

Black with #B31FCB

Text Example


Text Example

White with #B31FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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