Html Css Color HEX #B51FCC Dark Orchid

📋 copy color: '#B51FCC'

red 181 ◦ green 31 ◦ blue 204

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

Shades of Dark Orchid #B51FCC

Tints of Dark Orchid #B51FCC

RGB

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

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

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

R = 43.51%
G = 7.45%
B = 49.04%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B51FCC (or 0xB51FCC) is known color: Dark Orchid. HEX triplet: B5, 1F and CC. RGB value is (181,31,204). Sum of RGB (Red+Green+Blue) = 181+31+204=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #B51FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FCC is #4AE033. Grayscale: #5F5F5F. Windows color (decimal): -4907060 or 13377461. OLE color: 13377461.

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

Color convert

RGB 181 31 204 -
CMYK 0.11 0.85 0 0.2
HSL 292.02º 0.74% 0.46% -
HSV(B) 292.02º 0.85% 0.8% -
XYZ 30.45 15.16 58.45 -
YUV 95.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 181 31 204 0.11 0.85 0 0.2 292.02 0.74 0.46
Hex B5 1F CC B 55 0 14 124 4A 2E
Octal 265 37 314 13 125 0 24 444 112 56
Binary 10110101 11111 11001100 1011 1010101 0 10100 100100100 1001010 101110

Color Harmonies of #B51FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51FCC

Black with #B51FCC

Text Example


Text Example

White with #B51FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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