Html Css Color HEX #B53FCE Medium Orchid

📋 copy color: '#B53FCE'

red 181 ◦ green 63 ◦ blue 206

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

Shades of Medium Orchid #B53FCE

Tints of Medium Orchid #B53FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 40.22%
G = 14%
B = 45.78%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B53FCE (or 0xB53FCE) is known color: Medium Orchid. HEX triplet: B5, 3F and CE. RGB value is (181,63,206). Sum of RGB (Red+Green+Blue) = 181+63+206=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #B53FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FCE is #4AC031. Grayscale: #727272. Windows color (decimal): -4898866 or 13516725. OLE color: 13516725.

HSL color Cylindrical-coordinate representation of color #B53FCE: hue angle of 289.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53FCE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 63 206 -
CMYK 0.12 0.69 0 0.19
HSL 289.51º 0.59% 0.53% -
HSV(B) 289.51º 0.69% 0.81% -
XYZ 31.97 17.84 60.15 -
YUV 114.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 181 63 206 0.12 0.69 0 0.19 289.51 0.59 0.53
Hex B5 3F CE C 45 0 13 122 3B 35
Octal 265 77 316 14 105 0 23 442 73 65
Binary 10110101 111111 11001110 1100 1000101 0 10011 100100010 111011 110101

Color Harmonies of #B53FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FCE

Black with #B53FCE

Text Example


Text Example

White with #B53FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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