Html Css Color HEX #B52FEC Dark Orchid

📋 copy color: '#B52FEC'

red 181 ◦ green 47 ◦ blue 236

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

Shades of Dark Orchid #B52FEC

Tints of Dark Orchid #B52FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 39.01%
G = 10.13%
B = 50.86%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B52FEC (or 0xB52FEC) is known color: Dark Orchid. HEX triplet: B5, 2F and EC. RGB value is (181,47,236). Sum of RGB (Red+Green+Blue) = 181+47+236=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #B52FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52FEC is #4AD013. Grayscale: #6B6B6B. Windows color (decimal): -4902932 or 15478709. OLE color: 15478709.

HSL color Cylindrical-coordinate representation of color #B52FEC: hue angle of 282.54º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52FEC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 47 236 -
CMYK 0.23 0.80 0 0.07
HSL 282.54º 0.83% 0.55% -
HSV(B) 282.54º 0.8% 0.93% -
XYZ 35.21 17.91 80.96 -
YUV 108.61 199.89 179.63 -
System Red Green Blue C M Y K H S L
Decimal 181 47 236 0.23 0.80 0 0.07 282.54 0.83 0.55
Hex B5 2F EC 17 50 0 7 11B 53 37
Octal 265 57 354 27 120 0 7 433 123 67
Binary 10110101 101111 11101100 10111 1010000 0 111 100011011 1010011 110111

Color Harmonies of #B52FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52FEC

Black with #B52FEC

Text Example


Text Example

White with #B52FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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