Html Css Color HEX #B31FC3 Dark Orchid

📋 copy color: '#B31FC3'

red 179 ◦ green 31 ◦ blue 195

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

Shades of Dark Orchid #B31FC3

Tints of Dark Orchid #B31FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.15%

R = 44.2%
G = 7.65%
B = 48.15%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B31FC3 (or 0xB31FC3) is known color: Dark Orchid. HEX triplet: B3, 1F and C3. RGB value is (179,31,195). Sum of RGB (Red+Green+Blue) = 179+31+195=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #B31FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FC3 is #4CE03C. Grayscale: #5D5D5D. Windows color (decimal): -5038141 or 12787635. OLE color: 12787635.

HSL color Cylindrical-coordinate representation of color #B31FC3: hue angle of 294.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31FC3 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 31 195 -
CMYK 0.08 0.84 0 0.24
HSL 294.15º 0.73% 0.44% -
HSV(B) 294.15º 0.84% 0.76% -
XYZ 28.93 14.5 52.9 -
YUV 93.95 185.03 188.66 -
System Red Green Blue C M Y K H S L
Decimal 179 31 195 0.08 0.84 0 0.24 294.15 0.73 0.44
Hex B3 1F C3 8 54 0 18 126 49 2C
Octal 263 37 303 10 124 0 30 446 111 54
Binary 10110011 11111 11000011 1000 1010100 0 11000 100100110 1001001 101100

Color Harmonies of #B31FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FC3

Black with #B31FC3

Text Example


Text Example

White with #B31FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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