Html Css Color HEX #B53BCA Medium Orchid

📋 copy color: '#B53BCA'

red 181 ◦ green 59 ◦ blue 202

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

Shades of Medium Orchid #B53BCA

Tints of Medium Orchid #B53BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.35%

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

R = 40.95%
G = 13.35%
B = 45.7%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B53BCA (or 0xB53BCA) is known color: Medium Orchid. HEX triplet: B5, 3B and CA. RGB value is (181,59,202). Sum of RGB (Red+Green+Blue) = 181+59+202=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #B53BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BCA is #4AC435. Grayscale: #6F6F6F. Windows color (decimal): -4899894 or 13253557. OLE color: 13253557.

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

Color convert

RGB 181 59 202 -
CMYK 0.10 0.71 0 0.21
HSL 291.19º 0.57% 0.51% -
HSV(B) 291.19º 0.71% 0.79% -
XYZ 31.28 17.22 57.55 -
YUV 111.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 181 59 202 0.10 0.71 0 0.21 291.19 0.57 0.51
Hex B5 3B CA A 47 0 15 123 39 33
Octal 265 73 312 12 107 0 25 443 71 63
Binary 10110101 111011 11001010 1010 1000111 0 10101 100100011 111001 110011

Color Harmonies of #B53BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BCA

Black with #B53BCA

Text Example


Text Example

White with #B53BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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