Html Css Color HEX #B449CE Medium Orchid

📋 copy color: '#B449CE'

red 180 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #B449CE

Tints of Medium Orchid #B449CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 39.22%
G = 15.9%
B = 44.88%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B449CE (or 0xB449CE) is known color: Medium Orchid. HEX triplet: B4, 49 and CE. RGB value is (180,73,206). Sum of RGB (Red+Green+Blue) = 180+73+206=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #B449CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449CE is #4BB631. Grayscale: #777777. Windows color (decimal): -4961842 or 13519284. OLE color: 13519284.

HSL color Cylindrical-coordinate representation of color #B449CE: hue angle of 288.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B449CE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 73 206 -
CMYK 0.13 0.65 0 0.19
HSL 288.27º 0.58% 0.55% -
HSV(B) 288.27º 0.65% 0.81% -
XYZ 32.35 18.92 60.34 -
YUV 120.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 180 73 206 0.13 0.65 0 0.19 288.27 0.58 0.55
Hex B4 49 CE D 41 0 13 120 3A 37
Octal 264 111 316 15 101 0 23 440 72 67
Binary 10110100 1001001 11001110 1101 1000001 0 10011 100100000 111010 110111

Color Harmonies of #B449CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449CE

Black with #B449CE

Text Example


Text Example

White with #B449CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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