Html Css Color HEX #B52BDE Dark Orchid

📋 copy color: '#B52BDE'

red 181 ◦ green 43 ◦ blue 222

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

Shades of Dark Orchid #B52BDE

Tints of Dark Orchid #B52BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 40.58%
G = 9.64%
B = 49.78%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B52BDE (or 0xB52BDE) is known color: Dark Orchid. HEX triplet: B5, 2B and DE. RGB value is (181,43,222). Sum of RGB (Red+Green+Blue) = 181+43+222=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #B52BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BDE is #4AD421. Grayscale: #686868. Windows color (decimal): -4903970 or 14560181. OLE color: 14560181.

HSL color Cylindrical-coordinate representation of color #B52BDE: hue angle of 286.26º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52BDE is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 43 222 -
CMYK 0.18 0.81 0 0.13
HSL 286.26º 0.73% 0.52% -
HSV(B) 286.26º 0.81% 0.87% -
XYZ 33.1 16.83 70.61 -
YUV 104.67 194.22 182.45 -
System Red Green Blue C M Y K H S L
Decimal 181 43 222 0.18 0.81 0 0.13 286.26 0.73 0.52
Hex B5 2B DE 12 51 0 D 11E 49 34
Octal 265 53 336 22 121 0 15 436 111 64
Binary 10110101 101011 11011110 10010 1010001 0 1101 100011110 1001001 110100

Color Harmonies of #B52BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52BDE

Black with #B52BDE

Text Example


Text Example

White with #B52BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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