Html Css Color HEX #B52ECF Dark Orchid

📋 copy color: '#B52ECF'

red 181 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #B52ECF

Tints of Dark Orchid #B52ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 41.71%
G = 10.6%
B = 47.7%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B52ECF (or 0xB52ECF) is known color: Dark Orchid. HEX triplet: B5, 2E and CF. RGB value is (181,46,207). Sum of RGB (Red+Green+Blue) = 181+46+207=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #B52ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ECF is #4AD130. Grayscale: #686868. Windows color (decimal): -4903217 or 13577909. OLE color: 13577909.

HSL color Cylindrical-coordinate representation of color #B52ECF: hue angle of 290.31º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52ECF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 46 207 -
CMYK 0.13 0.78 0 0.19
HSL 290.31º 0.64% 0.5% -
HSV(B) 290.31º 0.78% 0.81% -
XYZ 31.3 16.28 60.52 -
YUV 104.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 181 46 207 0.13 0.78 0 0.19 290.31 0.64 0.5
Hex B5 2E CF D 4E 0 13 122 40 32
Octal 265 56 317 15 116 0 23 442 100 62
Binary 10110101 101110 11001111 1101 1001110 0 10011 100100010 1000000 110010

Color Harmonies of #B52ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52ECF

Black with #B52ECF

Text Example


Text Example

White with #B52ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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