Html Css Color HEX #B52BEC Dark Orchid

📋 copy color: '#B52BEC'

red 181 ◦ green 43 ◦ blue 236

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

Shades of Dark Orchid #B52BEC

Tints of Dark Orchid #B52BEC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.35%

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

R = 39.35%
G = 9.35%
B = 51.3%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B52BEC (or 0xB52BEC) is known color: Dark Orchid. HEX triplet: B5, 2B and EC. RGB value is (181,43,236). Sum of RGB (Red+Green+Blue) = 181+43+236=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #B52BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52BEC is #4AD413. Grayscale: #696969. Windows color (decimal): -4903956 or 15477685. OLE color: 15477685.

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

Color convert

RGB 181 43 236 -
CMYK 0.23 0.82 0 0.07
HSL 282.9º 0.84% 0.55% -
HSV(B) 282.9º 0.82% 0.93% -
XYZ 35.06 17.61 80.91 -
YUV 106.26 201.22 181.31 -
System Red Green Blue C M Y K H S L
Decimal 181 43 236 0.23 0.82 0 0.07 282.9 0.84 0.55
Hex B5 2B EC 17 52 0 7 11B 54 37
Octal 265 53 354 27 122 0 7 433 124 67
Binary 10110101 101011 11101100 10111 1010010 0 111 100011011 1010100 110111

Color Harmonies of #B52BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52BEC

Black with #B52BEC

Text Example


Text Example

White with #B52BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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