Html Css Color HEX #B449ED Medium Orchid

📋 copy color: '#B449ED'

red 180 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #B449ED

Tints of Medium Orchid #B449ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 36.73%
G = 14.9%
B = 48.37%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B449ED (or 0xB449ED) is known color: Medium Orchid. HEX triplet: B4, 49 and ED. RGB value is (180,73,237). Sum of RGB (Red+Green+Blue) = 180+73+237=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #B449ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449ED is #4BB612. Grayscale: #7B7B7B. Windows color (decimal): -4961811 or 15550900. OLE color: 15550900.

HSL color Cylindrical-coordinate representation of color #B449ED: hue angle of 279.15º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B449ED is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 73 237 -
CMYK 0.24 0.69 0 0.07
HSL 279.15º 0.82% 0.61% -
HSV(B) 279.15º 0.69% 0.93% -
XYZ 36.49 20.58 82.17 -
YUV 123.69 191.95 168.16 -
System Red Green Blue C M Y K H S L
Decimal 180 73 237 0.24 0.69 0 0.07 279.15 0.82 0.61
Hex B4 49 ED 18 45 0 7 117 52 3D
Octal 264 111 355 30 105 0 7 427 122 75
Binary 10110100 1001001 11101101 11000 1000101 0 111 100010111 1010010 111101

Color Harmonies of #B449ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449ED

Black with #B449ED

Text Example


Text Example

White with #B449ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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