Html Css Color HEX #B949CB Medium Orchid

📋 copy color: '#B949CB'

red 185 ◦ green 73 ◦ blue 203

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

Shades of Medium Orchid #B949CB

Tints of Medium Orchid #B949CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 40.13%
G = 15.84%
B = 44.03%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B949CB (or 0xB949CB) is known color: Medium Orchid. HEX triplet: B9, 49 and CB. RGB value is (185,73,203). Sum of RGB (Red+Green+Blue) = 185+73+203=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #B949CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949CB is #46B634. Grayscale: #787878. Windows color (decimal): -4634165 or 13322681. OLE color: 13322681.

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

Color convert

RGB 185 73 203 -
CMYK 0.09 0.64 0 0.20
HSL 291.69º 0.56% 0.54% -
HSV(B) 291.69º 0.64% 0.8% -
XYZ 33.17 19.39 58.49 -
YUV 121.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 185 73 203 0.09 0.64 0 0.20 291.69 0.56 0.54
Hex B9 49 CB 9 40 0 14 124 38 36
Octal 271 111 313 11 100 0 24 444 70 66
Binary 10111001 1001001 11001011 1001 1000000 0 10100 100100100 111000 110110

Color Harmonies of #B949CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949CB

Black with #B949CB

Text Example


Text Example

White with #B949CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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