Html Css Color HEX #B449DA Medium Orchid

📋 copy color: '#B449DA'

red 180 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #B449DA

Tints of Medium Orchid #B449DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 38.22%
G = 15.5%
B = 46.28%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B449DA (or 0xB449DA) is known color: Medium Orchid. HEX triplet: B4, 49 and DA. RGB value is (180,73,218). Sum of RGB (Red+Green+Blue) = 180+73+218=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #B449DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449DA is #4BB625. Grayscale: #797979. Windows color (decimal): -4961830 or 14305716. OLE color: 14305716.

HSL color Cylindrical-coordinate representation of color #B449DA: hue angle of 284.28º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B449DA is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 73 218 -
CMYK 0.17 0.67 0 0.15
HSL 284.28º 0.66% 0.57% -
HSV(B) 284.28º 0.67% 0.85% -
XYZ 33.86 19.53 68.31 -
YUV 121.52 182.45 169.71 -
System Red Green Blue C M Y K H S L
Decimal 180 73 218 0.17 0.67 0 0.15 284.28 0.66 0.57
Hex B4 49 DA 11 43 0 F 11C 42 39
Octal 264 111 332 21 103 0 17 434 102 71
Binary 10110100 1001001 11011010 10001 1000011 0 1111 100011100 1000010 111001

Color Harmonies of #B449DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449DA

Black with #B449DA

Text Example


Text Example

White with #B449DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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