Html Css Color HEX #B51CDD Dark Orchid

📋 copy color: '#B51CDD'

red 181 ◦ green 28 ◦ blue 221

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

Shades of Dark Orchid #B51CDD

Tints of Dark Orchid #B51CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 42.09%
G = 6.51%
B = 51.4%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B51CDD (or 0xB51CDD) is known color: Dark Orchid. HEX triplet: B5, 1C and DD. RGB value is (181,28,221). Sum of RGB (Red+Green+Blue) = 181+28+221=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #B51CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51CDD is #4AE322. Grayscale: #5F5F5F. Windows color (decimal): -4907811 or 14490805. OLE color: 14490805.

HSL color Cylindrical-coordinate representation of color #B51CDD: hue angle of 287.56º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51CDD is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 28 221 -
CMYK 0.18 0.87 0 0.13
HSL 287.56º 0.78% 0.49% -
HSV(B) 287.56º 0.87% 0.87% -
XYZ 32.52 15.87 69.76 -
YUV 95.75 198.69 188.81 -
System Red Green Blue C M Y K H S L
Decimal 181 28 221 0.18 0.87 0 0.13 287.56 0.78 0.49
Hex B5 1C DD 12 57 0 D 120 4E 31
Octal 265 34 335 22 127 0 15 440 116 61
Binary 10110101 11100 11011101 10010 1010111 0 1101 100100000 1001110 110001

Color Harmonies of #B51CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CDD

Black with #B51CDD

Text Example


Text Example

White with #B51CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CDD; }

 p { color: rgb(181,28,221); }

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

background-color css

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

 a { background-color: rgb(181,28,221); }

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

border-color css

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

 span { border-color: rgb(181,28,221); }

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