Html Css Color HEX #B51EDA Dark Orchid

📋 copy color: '#B51EDA'

red 181 ◦ green 30 ◦ blue 218

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

Shades of Dark Orchid #B51EDA

Tints of Dark Orchid #B51EDA

RGB

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

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

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

R = 42.19%
G = 6.99%
B = 50.82%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B51EDA (or 0xB51EDA) is known color: Dark Orchid. HEX triplet: B5, 1E and DA. RGB value is (181,30,218). Sum of RGB (Red+Green+Blue) = 181+30+218=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #B51EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51EDA is #4AE125. Grayscale: #5F5F5F. Windows color (decimal): -4907302 or 14294709. OLE color: 14294709.

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

Color convert

RGB 181 30 218 -
CMYK 0.17 0.86 0 0.15
HSL 288.19º 0.76% 0.49% -
HSV(B) 288.19º 0.86% 0.85% -
XYZ 32.18 15.81 67.69 -
YUV 96.58 196.53 188.21 -
System Red Green Blue C M Y K H S L
Decimal 181 30 218 0.17 0.86 0 0.15 288.19 0.76 0.49
Hex B5 1E DA 11 56 0 F 120 4C 31
Octal 265 36 332 21 126 0 17 440 114 61
Binary 10110101 11110 11011010 10001 1010110 0 1111 100100000 1001100 110001

Color Harmonies of #B51EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51EDA

Black with #B51EDA

Text Example


Text Example

White with #B51EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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