Html Css Color HEX #B51BDC Dark Orchid

📋 copy color: '#B51BDC'

red 181 ◦ green 27 ◦ blue 220

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

Shades of Dark Orchid #B51BDC

Tints of Dark Orchid #B51BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.31%

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 42.29%
G = 6.31%
B = 51.4%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B51BDC (or 0xB51BDC) is known color: Dark Orchid. HEX triplet: B5, 1B and DC. RGB value is (181,27,220). Sum of RGB (Red+Green+Blue) = 181+27+220=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #B51BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51BDC is #4AE423. Grayscale: #5E5E5E. Windows color (decimal): -4908068 or 14425013. OLE color: 14425013.

HSL color Cylindrical-coordinate representation of color #B51BDC: hue angle of 287.88º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51BDC is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 27 220 -
CMYK 0.18 0.88 0 0.14
HSL 287.88º 0.78% 0.48% -
HSV(B) 287.88º 0.88% 0.86% -
XYZ 32.37 15.77 69.05 -
YUV 95.05 198.52 189.31 -
System Red Green Blue C M Y K H S L
Decimal 181 27 220 0.18 0.88 0 0.14 287.88 0.78 0.48
Hex B5 1B DC 12 58 0 E 120 4E 30
Octal 265 33 334 22 130 0 16 440 116 60
Binary 10110101 11011 11011100 10010 1011000 0 1110 100100000 1001110 110000

Color Harmonies of #B51BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51BDC

Black with #B51BDC

Text Example


Text Example

White with #B51BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51BDC; }

 p { color: rgb(181,27,220); }

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

background-color css

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

 a { background-color: rgb(181,27,220); }

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

border-color css

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

 span { border-color: rgb(181,27,220); }

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