Html Css Color HEX #B541CD Medium Orchid

📋 copy color: '#B541CD'

red 181 ◦ green 65 ◦ blue 205

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

Shades of Medium Orchid #B541CD

Tints of Medium Orchid #B541CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.41%

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

R = 40.13%
G = 14.41%
B = 45.45%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B541CD (or 0xB541CD) is known color: Medium Orchid. HEX triplet: B5, 41 and CD. RGB value is (181,65,205). Sum of RGB (Red+Green+Blue) = 181+65+205=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #B541CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541CD is #4ABE32. Grayscale: #737373. Windows color (decimal): -4898355 or 13451701. OLE color: 13451701.

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

Color convert

RGB 181 65 205 -
CMYK 0.12 0.68 0 0.20
HSL 289.71º 0.58% 0.53% -
HSV(B) 289.71º 0.68% 0.8% -
XYZ 31.97 18.01 59.55 -
YUV 115.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 181 65 205 0.12 0.68 0 0.20 289.71 0.58 0.53
Hex B5 41 CD C 44 0 14 122 3A 35
Octal 265 101 315 14 104 0 24 442 72 65
Binary 10110101 1000001 11001101 1100 1000100 0 10100 100100010 111010 110101

Color Harmonies of #B541CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541CD

Black with #B541CD

Text Example


Text Example

White with #B541CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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