Html Css Color HEX #B540DE Medium Orchid

📋 copy color: '#B540DE'

red 181 ◦ green 64 ◦ blue 222

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

Shades of Medium Orchid #B540DE

Tints of Medium Orchid #B540DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 38.76%
G = 13.7%
B = 47.54%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B540DE (or 0xB540DE) is known color: Medium Orchid. HEX triplet: B5, 40 and DE. RGB value is (181,64,222). Sum of RGB (Red+Green+Blue) = 181+64+222=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #B540DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540DE is #4ABF21. Grayscale: #747474. Windows color (decimal): -4898594 or 14565557. OLE color: 14565557.

HSL color Cylindrical-coordinate representation of color #B540DE: hue angle of 284.43º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B540DE is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 64 222 -
CMYK 0.18 0.71 0 0.13
HSL 284.43º 0.71% 0.56% -
HSV(B) 284.43º 0.71% 0.87% -
XYZ 34.07 18.76 70.93 -
YUV 117 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 181 64 222 0.18 0.71 0 0.13 284.43 0.71 0.56
Hex B5 40 DE 12 47 0 D 11C 47 38
Octal 265 100 336 22 107 0 15 434 107 70
Binary 10110101 1000000 11011110 10010 1000111 0 1101 100011100 1000111 111000

Color Harmonies of #B540DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540DE

Black with #B540DE

Text Example


Text Example

White with #B540DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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