Html Css Color HEX #B540D0 Medium Orchid

📋 copy color: '#B540D0'

red 181 ◦ green 64 ◦ blue 208

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

Shades of Medium Orchid #B540D0

Tints of Medium Orchid #B540D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.92%

R = 39.96%
G = 14.13%
B = 45.92%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B540D0 (or 0xB540D0) is known color: Medium Orchid. HEX triplet: B5, 40 and D0. RGB value is (181,64,208). Sum of RGB (Red+Green+Blue) = 181+64+208=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #B540D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540D0 is #4ABF2F. Grayscale: #727272. Windows color (decimal): -4898608 or 13648053. OLE color: 13648053.

HSL color Cylindrical-coordinate representation of color #B540D0: hue angle of 288.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B540D0 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 64 208 -
CMYK 0.13 0.69 0 0.18
HSL 288.75º 0.61% 0.53% -
HSV(B) 288.75º 0.69% 0.82% -
XYZ 32.27 18.04 61.46 -
YUV 115.4 180.26 174.79 -
System Red Green Blue C M Y K H S L
Decimal 181 64 208 0.13 0.69 0 0.18 288.75 0.61 0.53
Hex B5 40 D0 D 45 0 12 121 3D 35
Octal 265 100 320 15 105 0 22 441 75 65
Binary 10110101 1000000 11010000 1101 1000101 0 10010 100100001 111101 110101

Color Harmonies of #B540D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540D0

Black with #B540D0

Text Example


Text Example

White with #B540D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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