Html Css Color HEX #B51EDF Dark Orchid

📋 copy color: '#B51EDF'

red 181 ◦ green 30 ◦ blue 223

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

Shades of Dark Orchid #B51EDF

Tints of Dark Orchid #B51EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.91%

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

R = 41.71%
G = 6.91%
B = 51.38%

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

#B51EDF (or 0xB51EDF) is known color: Dark Orchid. HEX triplet: B5, 1E and DF. RGB value is (181,30,223). Sum of RGB (Red+Green+Blue) = 181+30+223=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #B51EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51EDF is #4AE120. Grayscale: #606060. Windows color (decimal): -4907297 or 14622389. OLE color: 14622389.

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

Color convert

RGB 181 30 223 -
CMYK 0.19 0.87 0 0.13
HSL 286.94º 0.76% 0.5% -
HSV(B) 286.94º 0.87% 0.87% -
XYZ 32.84 16.08 71.18 -
YUV 97.15 199.03 187.81 -
System Red Green Blue C M Y K H S L
Decimal 181 30 223 0.19 0.87 0 0.13 286.94 0.76 0.5
Hex B5 1E DF 13 57 0 D 11F 4C 32
Octal 265 36 337 23 127 0 15 437 114 62
Binary 10110101 11110 11011111 10011 1010111 0 1101 100011111 1001100 110010

Color Harmonies of #B51EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51EDF

Black with #B51EDF

Text Example


Text Example

White with #B51EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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