Html Css Color HEX #B31FC9 Dark Orchid

📋 copy color: '#B31FC9'

red 179 ◦ green 31 ◦ blue 201

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

Shades of Dark Orchid #B31FC9

Tints of Dark Orchid #B31FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 43.55%
G = 7.54%
B = 48.91%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B31FC9 (or 0xB31FC9) is known color: Dark Orchid. HEX triplet: B3, 1F and C9. RGB value is (179,31,201). Sum of RGB (Red+Green+Blue) = 179+31+201=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #B31FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FC9 is #4CE036. Grayscale: #5E5E5E. Windows color (decimal): -5038135 or 13180851. OLE color: 13180851.

HSL color Cylindrical-coordinate representation of color #B31FC9: hue angle of 292.24º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31FC9 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 31 201 -
CMYK 0.11 0.85 0 0.21
HSL 292.24º 0.73% 0.45% -
HSV(B) 292.24º 0.85% 0.79% -
XYZ 29.62 14.78 56.55 -
YUV 94.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 179 31 201 0.11 0.85 0 0.21 292.24 0.73 0.45
Hex B3 1F C9 B 55 0 15 124 49 2D
Octal 263 37 311 13 125 0 25 444 111 55
Binary 10110011 11111 11001001 1011 1010101 0 10101 100100100 1001001 101101

Color Harmonies of #B31FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FC9

Black with #B31FC9

Text Example


Text Example

White with #B31FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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