Html Css Color HEX #B53FC9 Medium Orchid

📋 copy color: '#B53FC9'

red 181 ◦ green 63 ◦ blue 201

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

Shades of Medium Orchid #B53FC9

Tints of Medium Orchid #B53FC9

RGB

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

 GREEN value IS 63 (25% from 255) = 14.16%

 BLUE value IS 201 (78.91% from 255) = 45.17%

R = 40.67%
G = 14.16%
B = 45.17%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B53FC9 (or 0xB53FC9) is known color: Medium Orchid. HEX triplet: B5, 3F and C9. RGB value is (181,63,201). Sum of RGB (Red+Green+Blue) = 181+63+201=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #B53FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FC9 is #4AC036. Grayscale: #717171. Windows color (decimal): -4898871 or 13189045. OLE color: 13189045.

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

Color convert

RGB 181 63 201 -
CMYK 0.10 0.69 0 0.21
HSL 291.3º 0.56% 0.52% -
HSV(B) 291.3º 0.69% 0.79% -
XYZ 31.38 17.6 57 -
YUV 114.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 181 63 201 0.10 0.69 0 0.21 291.3 0.56 0.52
Hex B5 3F C9 A 45 0 15 123 38 34
Octal 265 77 311 12 105 0 25 443 70 64
Binary 10110101 111111 11001001 1010 1000101 0 10101 100100011 111000 110100

Color Harmonies of #B53FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FC9

Black with #B53FC9

Text Example


Text Example

White with #B53FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FC9; }

 p { color: rgb(181,63,201); }

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

background-color css

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

 a { background-color: rgb(181,63,201); }

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

border-color css

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

 span { border-color: rgb(181,63,201); }

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