Html Css Color HEX #B949CD Medium Orchid

📋 copy color: '#B949CD'

red 185 ◦ green 73 ◦ blue 205

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

Shades of Medium Orchid #B949CD

Tints of Medium Orchid #B949CD

RGB

 RED value IS 185 (72.66% from 255) = 39.96%

 GREEN value IS 73 (28.91% from 255) = 15.77%

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

R = 39.96%
G = 15.77%
B = 44.28%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B949CD (or 0xB949CD) is known color: Medium Orchid. HEX triplet: B9, 49 and CD. RGB value is (185,73,205). Sum of RGB (Red+Green+Blue) = 185+73+205=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #B949CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949CD is #46B632. Grayscale: #797979. Windows color (decimal): -4634163 or 13453753. OLE color: 13453753.

HSL color Cylindrical-coordinate representation of color #B949CD: hue angle of 290.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B949CD is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 73 205 -
CMYK 0.10 0.64 0 0.20
HSL 290.91º 0.57% 0.55% -
HSV(B) 290.91º 0.64% 0.8% -
XYZ 33.41 19.49 59.76 -
YUV 121.54 175.11 173.27 -
System Red Green Blue C M Y K H S L
Decimal 185 73 205 0.10 0.64 0 0.20 290.91 0.57 0.55
Hex B9 49 CD A 40 0 14 123 39 37
Octal 271 111 315 12 100 0 24 443 71 67
Binary 10111001 1001001 11001101 1010 1000000 0 10100 100100011 111001 110111

Color Harmonies of #B949CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949CD

Black with #B949CD

Text Example


Text Example

White with #B949CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949CD; }

 p { color: rgb(185,73,205); }

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

background-color css

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

 a { background-color: rgb(185,73,205); }

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

border-color css

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

 span { border-color: rgb(185,73,205); }

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