Html Css Color HEX #B540CD Medium Orchid

📋 copy color: '#B540CD'

red 181 ◦ green 64 ◦ blue 205

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

Shades of Medium Orchid #B540CD

Tints of Medium Orchid #B540CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.22%

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 40.22%
G = 14.22%
B = 45.56%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B540CD (or 0xB540CD) is known color: Medium Orchid. HEX triplet: B5, 40 and CD. RGB value is (181,64,205). Sum of RGB (Red+Green+Blue) = 181+64+205=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #B540CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540CD is #4ABF32. Grayscale: #727272. Windows color (decimal): -4898611 or 13451445. OLE color: 13451445.

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

Color convert

RGB 181 64 205 -
CMYK 0.12 0.69 0 0.20
HSL 289.79º 0.59% 0.53% -
HSV(B) 289.79º 0.69% 0.8% -
XYZ 31.91 17.9 59.53 -
YUV 115.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 181 64 205 0.12 0.69 0 0.20 289.79 0.59 0.53
Hex B5 40 CD C 45 0 14 122 3B 35
Octal 265 100 315 14 105 0 24 442 73 65
Binary 10110101 1000000 11001101 1100 1000101 0 10100 100100010 111011 110101

Color Harmonies of #B540CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540CD

Black with #B540CD

Text Example


Text Example

White with #B540CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540CD; }

 p { color: rgb(181,64,205); }

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

background-color css

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

 a { background-color: rgb(181,64,205); }

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

border-color css

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

 span { border-color: rgb(181,64,205); }

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