Html Css Color HEX #B52EC1 Dark Orchid

📋 copy color: '#B52EC1'

red 181 ◦ green 46 ◦ blue 193

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

Shades of Dark Orchid #B52EC1

Tints of Dark Orchid #B52EC1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.95%

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 43.1%
G = 10.95%
B = 45.95%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B52EC1 (or 0xB52EC1) is known color: Dark Orchid. HEX triplet: B5, 2E and C1. RGB value is (181,46,193). Sum of RGB (Red+Green+Blue) = 181+46+193=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #B52EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52EC1 is #4AD13E. Grayscale: #666666. Windows color (decimal): -4903231 or 12660405. OLE color: 12660405.

HSL color Cylindrical-coordinate representation of color #B52EC1: hue angle of 295.1º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52EC1 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 46 193 -
CMYK 0.06 0.76 0 0.24
HSL 295.1º 0.62% 0.47% -
HSV(B) 295.1º 0.76% 0.76% -
XYZ 29.66 15.63 51.91 -
YUV 103.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 181 46 193 0.06 0.76 0 0.24 295.1 0.62 0.47
Hex B5 2E C1 6 4C 0 18 127 3E 2F
Octal 265 56 301 6 114 0 30 447 76 57
Binary 10110101 101110 11000001 110 1001100 0 11000 100100111 111110 101111

Color Harmonies of #B52EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52EC1

Black with #B52EC1

Text Example


Text Example

White with #B52EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52EC1; }

 p { color: rgb(181,46,193); }

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

background-color css

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

 a { background-color: rgb(181,46,193); }

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

border-color css

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

 span { border-color: rgb(181,46,193); }

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