Html Css Color HEX #B51DDA Dark Orchid

📋 copy color: '#B51DDA'

red 181 ◦ green 29 ◦ blue 218

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

Shades of Dark Orchid #B51DDA

Tints of Dark Orchid #B51DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.78%

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 42.29%
G = 6.78%
B = 50.93%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B51DDA (or 0xB51DDA) is known color: Dark Orchid. HEX triplet: B5, 1D and DA. RGB value is (181,29,218). Sum of RGB (Red+Green+Blue) = 181+29+218=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #B51DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DDA is #4AE225. Grayscale: #5F5F5F. Windows color (decimal): -4907558 or 14294453. OLE color: 14294453.

HSL color Cylindrical-coordinate representation of color #B51DDA: hue angle of 288.25º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51DDA is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 29 218 -
CMYK 0.17 0.87 0 0.15
HSL 288.25º 0.77% 0.48% -
HSV(B) 288.25º 0.87% 0.85% -
XYZ 32.15 15.76 67.68 -
YUV 95.99 196.86 188.63 -
System Red Green Blue C M Y K H S L
Decimal 181 29 218 0.17 0.87 0 0.15 288.25 0.77 0.48
Hex B5 1D DA 11 57 0 F 120 4D 30
Octal 265 35 332 21 127 0 17 440 115 60
Binary 10110101 11101 11011010 10001 1010111 0 1111 100100000 1001101 110000

Color Harmonies of #B51DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51DDA

Black with #B51DDA

Text Example


Text Example

White with #B51DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51DDA; }

 p { color: rgb(181,29,218); }

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

background-color css

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

 a { background-color: rgb(181,29,218); }

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

border-color css

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

 span { border-color: rgb(181,29,218); }

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