Html Css Color HEX #B31FCC Dark Orchid

📋 copy color: '#B31FCC'

red 179 ◦ green 31 ◦ blue 204

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

Shades of Dark Orchid #B31FCC

Tints of Dark Orchid #B31FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 43.24%
G = 7.49%
B = 49.28%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B31FCC (or 0xB31FCC) is known color: Dark Orchid. HEX triplet: B3, 1F and CC. RGB value is (179,31,204). Sum of RGB (Red+Green+Blue) = 179+31+204=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #B31FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FCC is #4CE033. Grayscale: #5E5E5E. Windows color (decimal): -5038132 or 13377459. OLE color: 13377459.

HSL color Cylindrical-coordinate representation of color #B31FCC: hue angle of 291.33º 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 #B31FCC is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 31 204 -
CMYK 0.12 0.85 0 0.2
HSL 291.33º 0.74% 0.46% -
HSV(B) 291.33º 0.85% 0.8% -
XYZ 29.98 14.92 58.43 -
YUV 94.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 179 31 204 0.12 0.85 0 0.2 291.33 0.74 0.46
Hex B3 1F CC C 55 0 14 123 4A 2E
Octal 263 37 314 14 125 0 24 443 112 56
Binary 10110011 11111 11001100 1100 1010101 0 10100 100100011 1001010 101110

Color Harmonies of #B31FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FCC

Black with #B31FCC

Text Example


Text Example

White with #B31FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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