Html Css Color HEX #B31CE1 Dark Orchid

📋 copy color: '#B31CE1'

red 179 ◦ green 28 ◦ blue 225

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

Shades of Dark Orchid #B31CE1

Tints of Dark Orchid #B31CE1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.48%

 BLUE value IS 225 (88.28% from 255) = 52.08%

R = 41.44%
G = 6.48%
B = 52.08%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B31CE1 (or 0xB31CE1) is known color: Dark Orchid. HEX triplet: B3, 1C and E1. RGB value is (179,28,225). Sum of RGB (Red+Green+Blue) = 179+28+225=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #B31CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CE1 is #4CE31E. Grayscale: #5E5E5E. Windows color (decimal): -5038879 or 14752947. OLE color: 14752947.

HSL color Cylindrical-coordinate representation of color #B31CE1: hue angle of 285.99º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31CE1 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 28 225 -
CMYK 0.20 0.88 0 0.12
HSL 285.99º 0.78% 0.5% -
HSV(B) 285.99º 0.88% 0.88% -
XYZ 32.6 15.85 72.58 -
YUV 95.61 201.03 187.48 -
System Red Green Blue C M Y K H S L
Decimal 179 28 225 0.20 0.88 0 0.12 285.99 0.78 0.5
Hex B3 1C E1 14 58 0 C 11E 4E 32
Octal 263 34 341 24 130 0 14 436 116 62
Binary 10110011 11100 11100001 10100 1011000 0 1100 100011110 1001110 110010

Color Harmonies of #B31CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CE1

Black with #B31CE1

Text Example


Text Example

White with #B31CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CE1; }

 p { color: rgb(179,28,225); }

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

background-color css

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

 a { background-color: rgb(179,28,225); }

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

border-color css

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

 span { border-color: rgb(179,28,225); }

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