Html Css Color HEX #B52FE9 Dark Orchid

📋 copy color: '#B52FE9'

red 181 ◦ green 47 ◦ blue 233

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

Shades of Dark Orchid #B52FE9

Tints of Dark Orchid #B52FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.54%

R = 39.26%
G = 10.2%
B = 50.54%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B52FE9 (or 0xB52FE9) is known color: Dark Orchid. HEX triplet: B5, 2F and E9. RGB value is (181,47,233). Sum of RGB (Red+Green+Blue) = 181+47+233=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #B52FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52FE9 is #4AD016. Grayscale: #6B6B6B. Windows color (decimal): -4902935 or 15282101. OLE color: 15282101.

HSL color Cylindrical-coordinate representation of color #B52FE9: hue angle of 283.23º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52FE9 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 47 233 -
CMYK 0.22 0.80 0 0.09
HSL 283.23º 0.81% 0.55% -
HSV(B) 283.23º 0.8% 0.91% -
XYZ 34.78 17.74 78.68 -
YUV 108.27 198.39 179.88 -
System Red Green Blue C M Y K H S L
Decimal 181 47 233 0.22 0.80 0 0.09 283.23 0.81 0.55
Hex B5 2F E9 16 50 0 9 11B 51 37
Octal 265 57 351 26 120 0 11 433 121 67
Binary 10110101 101111 11101001 10110 1010000 0 1001 100011011 1010001 110111

Color Harmonies of #B52FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52FE9

Black with #B52FE9

Text Example


Text Example

White with #B52FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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