Html Css Color HEX #B53ACC Medium Orchid

📋 copy color: '#B53ACC'

red 181 ◦ green 58 ◦ blue 204

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

Shades of Medium Orchid #B53ACC

Tints of Medium Orchid #B53ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.09%

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 40.86%
G = 13.09%
B = 46.05%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B53ACC (or 0xB53ACC) is known color: Medium Orchid. HEX triplet: B5, 3A and CC. RGB value is (181,58,204). Sum of RGB (Red+Green+Blue) = 181+58+204=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #B53ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53ACC is #4AC533. Grayscale: #6E6E6E. Windows color (decimal): -4900148 or 13384373. OLE color: 13384373.

HSL color Cylindrical-coordinate representation of color #B53ACC: hue angle of 290.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53ACC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 58 204 -
CMYK 0.11 0.72 0 0.2
HSL 290.55º 0.59% 0.51% -
HSV(B) 290.55º 0.72% 0.8% -
XYZ 31.47 17.21 58.79 -
YUV 111.42 180.25 177.63 -
System Red Green Blue C M Y K H S L
Decimal 181 58 204 0.11 0.72 0 0.2 290.55 0.59 0.51
Hex B5 3A CC B 48 0 14 123 3B 33
Octal 265 72 314 13 110 0 24 443 73 63
Binary 10110101 111010 11001100 1011 1001000 0 10100 100100011 111011 110011

Color Harmonies of #B53ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53ACC

Black with #B53ACC

Text Example


Text Example

White with #B53ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53ACC; }

 p { color: rgb(181,58,204); }

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

background-color css

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

 a { background-color: rgb(181,58,204); }

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

border-color css

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

 span { border-color: rgb(181,58,204); }

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