Html Css Color HEX #B449DF Medium Orchid

📋 copy color: '#B449DF'

red 180 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #B449DF

Tints of Medium Orchid #B449DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 37.82%
G = 15.34%
B = 46.85%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B449DF (or 0xB449DF) is known color: Medium Orchid. HEX triplet: B4, 49 and DF. RGB value is (180,73,223). Sum of RGB (Red+Green+Blue) = 180+73+223=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #B449DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449DF is #4BB620. Grayscale: #797979. Windows color (decimal): -4961825 or 14633396. OLE color: 14633396.

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

Color convert

RGB 180 73 223 -
CMYK 0.19 0.67 0 0.13
HSL 282.8º 0.7% 0.58% -
HSV(B) 282.8º 0.67% 0.87% -
XYZ 34.52 19.8 71.81 -
YUV 122.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 180 73 223 0.19 0.67 0 0.13 282.8 0.7 0.58
Hex B4 49 DF 13 43 0 D 11B 46 3A
Octal 264 111 337 23 103 0 15 433 106 72
Binary 10110100 1001001 11011111 10011 1000011 0 1101 100011011 1000110 111010

Color Harmonies of #B449DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449DF

Black with #B449DF

Text Example


Text Example

White with #B449DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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