Html Css Color HEX #B52CBA Dark Orchid

📋 copy color: '#B52CBA'

red 181 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #B52CBA

Tints of Dark Orchid #B52CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 44.04%
G = 10.71%
B = 45.26%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B52CBA (or 0xB52CBA) is known color: Dark Orchid. HEX triplet: B5, 2C and BA. RGB value is (181,44,186). Sum of RGB (Red+Green+Blue) = 181+44+186=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #B52CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CBA is #4AD345. Grayscale: #646464. Windows color (decimal): -4903750 or 12201141. OLE color: 12201141.

HSL color Cylindrical-coordinate representation of color #B52CBA: hue angle of 297.89º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52CBA is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 44 186 -
CMYK 0.03 0.76 0 0.27
HSL 297.89º 0.62% 0.45% -
HSV(B) 297.89º 0.76% 0.73% -
XYZ 28.82 15.17 47.86 -
YUV 101.15 175.89 184.95 -
System Red Green Blue C M Y K H S L
Decimal 181 44 186 0.03 0.76 0 0.27 297.89 0.62 0.45
Hex B5 2C BA 3 4C 0 1B 12A 3E 2D
Octal 265 54 272 3 114 0 33 452 76 55
Binary 10110101 101100 10111010 11 1001100 0 11011 100101010 111110 101101

Color Harmonies of #B52CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CBA

Black with #B52CBA

Text Example


Text Example

White with #B52CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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