Html Css Color HEX #B449D5 Medium Orchid

📋 copy color: '#B449D5'

red 180 ◦ green 73 ◦ blue 213

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

Shades of Medium Orchid #B449D5

Tints of Medium Orchid #B449D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 38.63%
G = 15.67%
B = 45.71%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B449D5 (or 0xB449D5) is known color: Medium Orchid. HEX triplet: B4, 49 and D5. RGB value is (180,73,213). Sum of RGB (Red+Green+Blue) = 180+73+213=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #B449D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449D5 is #4BB62A. Grayscale: #787878. Windows color (decimal): -4961835 or 13978036. OLE color: 13978036.

HSL color Cylindrical-coordinate representation of color #B449D5: hue angle of 285.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B449D5 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 73 213 -
CMYK 0.15 0.66 0 0.16
HSL 285.86º 0.63% 0.56% -
HSV(B) 285.86º 0.66% 0.84% -
XYZ 33.22 19.27 64.92 -
YUV 120.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 180 73 213 0.15 0.66 0 0.16 285.86 0.63 0.56
Hex B4 49 D5 F 42 0 10 11E 3E 38
Octal 264 111 325 17 102 0 20 436 76 70
Binary 10110100 1001001 11010101 1111 1000010 0 10000 100011110 111110 111000

Color Harmonies of #B449D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449D5

Black with #B449D5

Text Example


Text Example

White with #B449D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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