Html Css Color HEX #B51DDF Dark Orchid

📋 copy color: '#B51DDF'

red 181 ◦ green 29 ◦ blue 223

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

Shades of Dark Orchid #B51DDF

Tints of Dark Orchid #B51DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 41.8%
G = 6.7%
B = 51.5%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B51DDF (or 0xB51DDF) is known color: Dark Orchid. HEX triplet: B5, 1D and DF. RGB value is (181,29,223). Sum of RGB (Red+Green+Blue) = 181+29+223=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #B51DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DDF is #4AE220. Grayscale: #5F5F5F. Windows color (decimal): -4907553 or 14622133. OLE color: 14622133.

HSL color Cylindrical-coordinate representation of color #B51DDF: hue angle of 287.01º degrees, saturation: 0.77, 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 #B51DDF is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 29 223 -
CMYK 0.19 0.87 0 0.13
HSL 287.01º 0.77% 0.49% -
HSV(B) 287.01º 0.87% 0.87% -
XYZ 32.81 16.03 71.18 -
YUV 96.56 199.36 188.23 -
System Red Green Blue C M Y K H S L
Decimal 181 29 223 0.19 0.87 0 0.13 287.01 0.77 0.49
Hex B5 1D DF 13 57 0 D 11F 4D 31
Octal 265 35 337 23 127 0 15 437 115 61
Binary 10110101 11101 11011111 10011 1010111 0 1101 100011111 1001101 110001

Color Harmonies of #B51DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51DDF

Black with #B51DDF

Text Example


Text Example

White with #B51DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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