Html Css Color HEX #B51ECB Dark Orchid

📋 copy color: '#B51ECB'

red 181 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #B51ECB

Tints of Dark Orchid #B51ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 43.72%
G = 7.25%
B = 49.03%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B51ECB (or 0xB51ECB) is known color: Dark Orchid. HEX triplet: B5, 1E and CB. RGB value is (181,30,203). Sum of RGB (Red+Green+Blue) = 181+30+203=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #B51ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51ECB is #4AE134. Grayscale: #5E5E5E. Windows color (decimal): -4907317 or 13311669. OLE color: 13311669.

HSL color Cylindrical-coordinate representation of color #B51ECB: hue angle of 292.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51ECB is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 30 203 -
CMYK 0.11 0.85 0 0.20
HSL 292.37º 0.74% 0.46% -
HSV(B) 292.37º 0.85% 0.8% -
XYZ 30.3 15.06 57.81 -
YUV 94.87 189.03 189.43 -
System Red Green Blue C M Y K H S L
Decimal 181 30 203 0.11 0.85 0 0.20 292.37 0.74 0.46
Hex B5 1E CB B 55 0 14 124 4A 2E
Octal 265 36 313 13 125 0 24 444 112 56
Binary 10110101 11110 11001011 1011 1010101 0 10100 100100100 1001010 101110

Color Harmonies of #B51ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51ECB

Black with #B51ECB

Text Example


Text Example

White with #B51ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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