Html Css Color HEX #B53CCA Medium Orchid

📋 copy color: '#B53CCA'

red 181 ◦ green 60 ◦ blue 202

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

Shades of Medium Orchid #B53CCA

Tints of Medium Orchid #B53CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.54%

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 40.86%
G = 13.54%
B = 45.6%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B53CCA (or 0xB53CCA) is known color: Medium Orchid. HEX triplet: B5, 3C and CA. RGB value is (181,60,202). Sum of RGB (Red+Green+Blue) = 181+60+202=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #B53CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CCA is #4AC335. Grayscale: #6F6F6F. Windows color (decimal): -4899638 or 13253813. OLE color: 13253813.

HSL color Cylindrical-coordinate representation of color #B53CCA: hue angle of 291.13º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53CCA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 60 202 -
CMYK 0.10 0.70 0 0.21
HSL 291.13º 0.57% 0.51% -
HSV(B) 291.13º 0.7% 0.79% -
XYZ 31.33 17.32 57.57 -
YUV 112.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 181 60 202 0.10 0.70 0 0.21 291.13 0.57 0.51
Hex B5 3C CA A 46 0 15 123 39 33
Octal 265 74 312 12 106 0 25 443 71 63
Binary 10110101 111100 11001010 1010 1000110 0 10101 100100011 111001 110011

Color Harmonies of #B53CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CCA

Black with #B53CCA

Text Example


Text Example

White with #B53CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CCA; }

 p { color: rgb(181,60,202); }

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

background-color css

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

 a { background-color: rgb(181,60,202); }

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

border-color css

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

 span { border-color: rgb(181,60,202); }

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