Html Css Color HEX #B51EC9 Dark Orchid

📋 copy color: '#B51EC9'

red 181 ◦ green 30 ◦ blue 201

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

Shades of Dark Orchid #B51EC9

Tints of Dark Orchid #B51EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.79%

R = 43.93%
G = 7.28%
B = 48.79%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B51EC9 (or 0xB51EC9) is known color: Dark Orchid. HEX triplet: B5, 1E and C9. RGB value is (181,30,201). Sum of RGB (Red+Green+Blue) = 181+30+201=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #B51EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51EC9 is #4AE136. Grayscale: #5E5E5E. Windows color (decimal): -4907319 or 13180597. OLE color: 13180597.

HSL color Cylindrical-coordinate representation of color #B51EC9: hue angle of 292.98º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51EC9 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 30 201 -
CMYK 0.10 0.85 0 0.21
HSL 292.98º 0.74% 0.45% -
HSV(B) 292.98º 0.85% 0.79% -
XYZ 30.06 14.97 56.56 -
YUV 94.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 181 30 201 0.10 0.85 0 0.21 292.98 0.74 0.45
Hex B5 1E C9 A 55 0 15 125 4A 2D
Octal 265 36 311 12 125 0 25 445 112 55
Binary 10110101 11110 11001001 1010 1010101 0 10101 100100101 1001010 101101

Color Harmonies of #B51EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51EC9

Black with #B51EC9

Text Example


Text Example

White with #B51EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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