Html Css Color HEX #B51DD3 Dark Orchid

📋 copy color: '#B51DD3'

red 181 ◦ green 29 ◦ blue 211

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

Shades of Dark Orchid #B51DD3

Tints of Dark Orchid #B51DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.12%

R = 42.99%
G = 6.89%
B = 50.12%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B51DD3 (or 0xB51DD3) is known color: Dark Orchid. HEX triplet: B5, 1D and D3. RGB value is (181,29,211). Sum of RGB (Red+Green+Blue) = 181+29+211=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 211 (82.81% from 255 or 50.12% from 421); Max value from RGB is 211 - color contains mainly: blue. Hex color #B51DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DD3 is #4AE22C. Grayscale: #5E5E5E. Windows color (decimal): -4907565 or 13835701. OLE color: 13835701.

HSL color Cylindrical-coordinate representation of color #B51DD3: hue angle of 290.11º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51DD3 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 29 211 -
CMYK 0.14 0.86 0 0.17
HSL 290.11º 0.76% 0.47% -
HSV(B) 290.11º 0.86% 0.83% -
XYZ 31.25 15.41 62.95 -
YUV 95.2 193.36 189.2 -
System Red Green Blue C M Y K H S L
Decimal 181 29 211 0.14 0.86 0 0.17 290.11 0.76 0.47
Hex B5 1D D3 E 56 0 11 122 4C 2F
Octal 265 35 323 16 126 0 21 442 114 57
Binary 10110101 11101 11010011 1110 1010110 0 10001 100100010 1001100 101111

Color Harmonies of #B51DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51DD3

Black with #B51DD3

Text Example


Text Example

White with #B51DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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