Html Css Color HEX #B51EE3 Dark Orchid

📋 copy color: '#B51EE3'

red 181 ◦ green 30 ◦ blue 227

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

Shades of Dark Orchid #B51EE3

Tints of Dark Orchid #B51EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.83%

R = 41.32%
G = 6.85%
B = 51.83%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B51EE3 (or 0xB51EE3) is known color: Dark Orchid. HEX triplet: B5, 1E and E3. RGB value is (181,30,227). Sum of RGB (Red+Green+Blue) = 181+30+227=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 227 (89.06% from 255 or 51.83% from 438); Max value from RGB is 227 - color contains mainly: blue. Hex color #B51EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51EE3 is #4AE11C. Grayscale: #606060. Windows color (decimal): -4907293 or 14884533. OLE color: 14884533.

HSL color Cylindrical-coordinate representation of color #B51EE3: hue angle of 285.99º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51EE3 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 30 227 -
CMYK 0.20 0.87 0 0.11
HSL 285.99º 0.78% 0.5% -
HSV(B) 285.99º 0.87% 0.89% -
XYZ 33.39 16.3 74.06 -
YUV 97.61 201.03 187.48 -
System Red Green Blue C M Y K H S L
Decimal 181 30 227 0.20 0.87 0 0.11 285.99 0.78 0.5
Hex B5 1E E3 14 57 0 B 11E 4E 32
Octal 265 36 343 24 127 0 13 436 116 62
Binary 10110101 11110 11100011 10100 1010111 0 1011 100011110 1001110 110010

Color Harmonies of #B51EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51EE3

Black with #B51EE3

Text Example


Text Example

White with #B51EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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