Html Css Color HEX #B52FCE Dark Orchid

📋 copy color: '#B52FCE'

red 181 ◦ green 47 ◦ blue 206

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

Shades of Dark Orchid #B52FCE

Tints of Dark Orchid #B52FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.83%

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 41.71%
G = 10.83%
B = 47.47%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B52FCE (or 0xB52FCE) is known color: Dark Orchid. HEX triplet: B5, 2F and CE. RGB value is (181,47,206). Sum of RGB (Red+Green+Blue) = 181+47+206=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #B52FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FCE is #4AD031. Grayscale: #686868. Windows color (decimal): -4902962 or 13512629. OLE color: 13512629.

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

Color convert

RGB 181 47 206 -
CMYK 0.12 0.77 0 0.19
HSL 290.57º 0.63% 0.5% -
HSV(B) 290.57º 0.77% 0.81% -
XYZ 31.21 16.31 59.9 -
YUV 105.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 181 47 206 0.12 0.77 0 0.19 290.57 0.63 0.5
Hex B5 2F CE C 4D 0 13 123 3F 32
Octal 265 57 316 14 115 0 23 443 77 62
Binary 10110101 101111 11001110 1100 1001101 0 10011 100100011 111111 110010

Color Harmonies of #B52FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52FCE

Black with #B52FCE

Text Example


Text Example

White with #B52FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52FCE; }

 p { color: rgb(181,47,206); }

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

background-color css

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

 a { background-color: rgb(181,47,206); }

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

border-color css

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

 span { border-color: rgb(181,47,206); }

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