Html Css Color HEX #B52CEB Dark Orchid

📋 copy color: '#B52CEB'

red 181 ◦ green 44 ◦ blue 235

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

Shades of Dark Orchid #B52CEB

Tints of Dark Orchid #B52CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 39.35%
G = 9.57%
B = 51.09%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B52CEB (or 0xB52CEB) is known color: Dark Orchid. HEX triplet: B5, 2C and EB. RGB value is (181,44,235). Sum of RGB (Red+Green+Blue) = 181+44+235=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #B52CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52CEB is #4AD314. Grayscale: #6A6A6A. Windows color (decimal): -4903701 or 15412405. OLE color: 15412405.

HSL color Cylindrical-coordinate representation of color #B52CEB: hue angle of 283.04º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52CEB is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 44 235 -
CMYK 0.23 0.81 0 0.08
HSL 283.04º 0.83% 0.55% -
HSV(B) 283.04º 0.81% 0.92% -
XYZ 34.95 17.62 80.16 -
YUV 106.74 200.39 180.97 -
System Red Green Blue C M Y K H S L
Decimal 181 44 235 0.23 0.81 0 0.08 283.04 0.83 0.55
Hex B5 2C EB 17 51 0 8 11B 53 37
Octal 265 54 353 27 121 0 10 433 123 67
Binary 10110101 101100 11101011 10111 1010001 0 1000 100011011 1010011 110111

Color Harmonies of #B52CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CEB

Black with #B52CEB

Text Example


Text Example

White with #B52CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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