Html Css Color HEX #B542CD Medium Orchid

📋 copy color: '#B542CD'

red 181 ◦ green 66 ◦ blue 205

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

Shades of Medium Orchid #B542CD

Tints of Medium Orchid #B542CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.6%

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

R = 40.04%
G = 14.6%
B = 45.35%

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

#B542CD (or 0xB542CD) is known color: Medium Orchid. HEX triplet: B5, 42 and CD. RGB value is (181,66,205). Sum of RGB (Red+Green+Blue) = 181+66+205=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #B542CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542CD is #4ABD32. Grayscale: #737373. Windows color (decimal): -4898099 or 13451957. OLE color: 13451957.

HSL color Cylindrical-coordinate representation of color #B542CD: hue angle of 289.64º 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 #B542CD is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 66 205 -
CMYK 0.12 0.68 0 0.20
HSL 289.64º 0.58% 0.53% -
HSV(B) 289.64º 0.68% 0.8% -
XYZ 32.02 18.13 59.57 -
YUV 116.23 178.1 174.2 -
System Red Green Blue C M Y K H S L
Decimal 181 66 205 0.12 0.68 0 0.20 289.64 0.58 0.53
Hex B5 42 CD C 44 0 14 122 3A 35
Octal 265 102 315 14 104 0 24 442 72 65
Binary 10110101 1000010 11001101 1100 1000100 0 10100 100100010 111010 110101

Color Harmonies of #B542CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542CD

Black with #B542CD

Text Example


Text Example

White with #B542CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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