Html Css Color HEX #B52CEF Dark Orchid

📋 copy color: '#B52CEF'

red 181 ◦ green 44 ◦ blue 239

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

Shades of Dark Orchid #B52CEF

Tints of Dark Orchid #B52CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.48%

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 39.01%
G = 9.48%
B = 51.51%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B52CEF (or 0xB52CEF) is known color: Dark Orchid. HEX triplet: B5, 2C and EF. RGB value is (181,44,239). Sum of RGB (Red+Green+Blue) = 181+44+239=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #B52CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52CEF is #4AD310. Grayscale: #6A6A6A. Windows color (decimal): -4903697 or 15674549. OLE color: 15674549.

HSL color Cylindrical-coordinate representation of color #B52CEF: hue angle of 282.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52CEF is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 44 239 -
CMYK 0.24 0.82 0 0.06
HSL 282.15º 0.86% 0.55% -
HSV(B) 282.15º 0.82% 0.94% -
XYZ 35.54 17.86 83.24 -
YUV 107.19 202.39 180.64 -
System Red Green Blue C M Y K H S L
Decimal 181 44 239 0.24 0.82 0 0.06 282.15 0.86 0.55
Hex B5 2C EF 18 52 0 6 11A 56 37
Octal 265 54 357 30 122 0 6 432 126 67
Binary 10110101 101100 11101111 11000 1010010 0 110 100011010 1010110 110111

Color Harmonies of #B52CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CEF

Black with #B52CEF

Text Example


Text Example

White with #B52CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CEF; }

 p { color: rgb(181,44,239); }

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

background-color css

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

 a { background-color: rgb(181,44,239); }

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

border-color css

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

 span { border-color: rgb(181,44,239); }

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