Html Css Color HEX #B52CDE Dark Orchid

📋 copy color: '#B52CDE'

red 181 ◦ green 44 ◦ blue 222

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

Shades of Dark Orchid #B52CDE

Tints of Dark Orchid #B52CDE

RGB

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

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

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

R = 40.49%
G = 9.84%
B = 49.66%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B52CDE (or 0xB52CDE) is known color: Dark Orchid. HEX triplet: B5, 2C and DE. RGB value is (181,44,222). Sum of RGB (Red+Green+Blue) = 181+44+222=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #B52CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CDE is #4AD321. Grayscale: #686868. Windows color (decimal): -4903714 or 14560437. OLE color: 14560437.

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

Color convert

RGB 181 44 222 -
CMYK 0.18 0.80 0 0.13
HSL 286.18º 0.73% 0.52% -
HSV(B) 286.18º 0.8% 0.87% -
XYZ 33.14 16.9 70.62 -
YUV 105.26 193.89 182.03 -
System Red Green Blue C M Y K H S L
Decimal 181 44 222 0.18 0.80 0 0.13 286.18 0.73 0.52
Hex B5 2C DE 12 50 0 D 11E 49 34
Octal 265 54 336 22 120 0 15 436 111 64
Binary 10110101 101100 11011110 10010 1010000 0 1101 100011110 1001001 110100

Color Harmonies of #B52CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CDE

Black with #B52CDE

Text Example


Text Example

White with #B52CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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