Html Css Color HEX #B52BEB Dark Orchid

📋 copy color: '#B52BEB'

red 181 ◦ green 43 ◦ blue 235

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

Shades of Dark Orchid #B52BEB

Tints of Dark Orchid #B52BEB

RGB

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

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

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

R = 39.43%
G = 9.37%
B = 51.2%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B52BEB (or 0xB52BEB) is known color: Dark Orchid. HEX triplet: B5, 2B and EB. RGB value is (181,43,235). Sum of RGB (Red+Green+Blue) = 181+43+235=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #B52BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52BEB is #4AD414. Grayscale: #696969. Windows color (decimal): -4903957 or 15412149. OLE color: 15412149.

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

Color convert

RGB 181 43 235 -
CMYK 0.23 0.82 0 0.08
HSL 283.13º 0.83% 0.55% -
HSV(B) 283.13º 0.82% 0.92% -
XYZ 34.92 17.55 80.14 -
YUV 106.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 181 43 235 0.23 0.82 0 0.08 283.13 0.83 0.55
Hex B5 2B EB 17 52 0 8 11B 53 37
Octal 265 53 353 27 122 0 10 433 123 67
Binary 10110101 101011 11101011 10111 1010010 0 1000 100011011 1010011 110111

Color Harmonies of #B52BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52BEB

Black with #B52BEB

Text Example


Text Example

White with #B52BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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