Html Css Color HEX #B449D1 Medium Orchid

📋 copy color: '#B449D1'

red 180 ◦ green 73 ◦ blue 209

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

Shades of Medium Orchid #B449D1

Tints of Medium Orchid #B449D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.24%

R = 38.96%
G = 15.8%
B = 45.24%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B449D1 (or 0xB449D1) is known color: Medium Orchid. HEX triplet: B4, 49 and D1. RGB value is (180,73,209). Sum of RGB (Red+Green+Blue) = 180+73+209=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #B449D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449D1 is #4BB62E. Grayscale: #787878. Windows color (decimal): -4961839 or 13715892. OLE color: 13715892.

HSL color Cylindrical-coordinate representation of color #B449D1: hue angle of 287.21º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B449D1 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 73 209 -
CMYK 0.14 0.65 0 0.18
HSL 287.21º 0.6% 0.55% -
HSV(B) 287.21º 0.65% 0.82% -
XYZ 32.71 19.07 62.28 -
YUV 120.5 177.95 170.44 -
System Red Green Blue C M Y K H S L
Decimal 180 73 209 0.14 0.65 0 0.18 287.21 0.6 0.55
Hex B4 49 D1 E 41 0 12 11F 3C 37
Octal 264 111 321 16 101 0 22 437 74 67
Binary 10110100 1001001 11010001 1110 1000001 0 10010 100011111 111100 110111

Color Harmonies of #B449D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449D1

Black with #B449D1

Text Example


Text Example

White with #B449D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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