Html Css Color HEX #B52CDF Dark Orchid

📋 copy color: '#B52CDF'

red 181 ◦ green 44 ◦ blue 223

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

Shades of Dark Orchid #B52CDF

Tints of Dark Orchid #B52CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 40.4%
G = 9.82%
B = 49.78%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B52CDF (or 0xB52CDF) is known color: Dark Orchid. HEX triplet: B5, 2C and DF. RGB value is (181,44,223). Sum of RGB (Red+Green+Blue) = 181+44+223=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #B52CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CDF is #4AD320. Grayscale: #686868. Windows color (decimal): -4903713 or 14625973. OLE color: 14625973.

HSL color Cylindrical-coordinate representation of color #B52CDF: hue angle of 285.92º degrees, saturation: 0.74, 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 #B52CDF is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 44 223 -
CMYK 0.19 0.80 0 0.13
HSL 285.92º 0.74% 0.52% -
HSV(B) 285.92º 0.8% 0.87% -
XYZ 33.28 16.95 71.33 -
YUV 105.37 194.39 181.95 -
System Red Green Blue C M Y K H S L
Decimal 181 44 223 0.19 0.80 0 0.13 285.92 0.74 0.52
Hex B5 2C DF 13 50 0 D 11E 4A 34
Octal 265 54 337 23 120 0 15 436 112 64
Binary 10110101 101100 11011111 10011 1010000 0 1101 100011110 1001010 110100

Color Harmonies of #B52CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CDF

Black with #B52CDF

Text Example


Text Example

White with #B52CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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