Html Css Color HEX #B51FCE Dark Orchid

📋 copy color: '#B51FCE'

red 181 ◦ green 31 ◦ blue 206

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

Shades of Dark Orchid #B51FCE

Tints of Dark Orchid #B51FCE

RGB

 RED value IS 181 (71.09% from 255) = 43.3%

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 43.3%
G = 7.42%
B = 49.28%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B51FCE (or 0xB51FCE) is known color: Dark Orchid. HEX triplet: B5, 1F and CE. RGB value is (181,31,206). Sum of RGB (Red+Green+Blue) = 181+31+206=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #B51FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FCE is #4AE031. Grayscale: #5F5F5F. Windows color (decimal): -4907058 or 13508533. OLE color: 13508533.

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

Color convert

RGB 181 31 206 -
CMYK 0.12 0.85 0 0.19
HSL 291.43º 0.74% 0.46% -
HSV(B) 291.43º 0.85% 0.81% -
XYZ 30.69 15.26 59.72 -
YUV 95.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 181 31 206 0.12 0.85 0 0.19 291.43 0.74 0.46
Hex B5 1F CE C 55 0 13 123 4A 2E
Octal 265 37 316 14 125 0 23 443 112 56
Binary 10110101 11111 11001110 1100 1010101 0 10011 100100011 1001010 101110

Color Harmonies of #B51FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51FCE

Black with #B51FCE

Text Example


Text Example

White with #B51FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51FCE; }

 p { color: rgb(181,31,206); }

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

background-color css

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

 a { background-color: rgb(181,31,206); }

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

border-color css

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

 span { border-color: rgb(181,31,206); }

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