Html Css Color HEX #B449C9 Medium Orchid

📋 copy color: '#B449C9'

red 180 ◦ green 73 ◦ blue 201

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

Shades of Medium Orchid #B449C9

Tints of Medium Orchid #B449C9

RGB

 RED value IS 180 (70.7% from 255) = 39.65%

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

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 39.65%
G = 16.08%
B = 44.27%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B449C9 (or 0xB449C9) is known color: Medium Orchid. HEX triplet: B4, 49 and C9. RGB value is (180,73,201). Sum of RGB (Red+Green+Blue) = 180+73+201=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #B449C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449C9 is #4BB636. Grayscale: #777777. Windows color (decimal): -4961847 or 13191604. OLE color: 13191604.

HSL color Cylindrical-coordinate representation of color #B449C9: hue angle of 290.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B449C9 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 73 201 -
CMYK 0.10 0.64 0 0.21
HSL 290.16º 0.54% 0.54% -
HSV(B) 290.16º 0.64% 0.79% -
XYZ 31.75 18.69 57.19 -
YUV 119.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 180 73 201 0.10 0.64 0 0.21 290.16 0.54 0.54
Hex B4 49 C9 A 40 0 15 122 36 36
Octal 264 111 311 12 100 0 25 442 66 66
Binary 10110100 1001001 11001001 1010 1000000 0 10101 100100010 110110 110110

Color Harmonies of #B449C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449C9

Black with #B449C9

Text Example


Text Example

White with #B449C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449C9; }

 p { color: rgb(180,73,201); }

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

background-color css

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

 a { background-color: rgb(180,73,201); }

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

border-color css

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

 span { border-color: rgb(180,73,201); }

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