Html Css Color HEX #B449FF Medium Orchid

📋 copy color: '#B449FF'

red 180 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #B449FF

Tints of Medium Orchid #B449FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 35.43%
G = 14.37%
B = 50.2%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B449FF (or 0xB449FF) is known color: Medium Orchid. HEX triplet: B4, 49 and FF. RGB value is (180,73,255). Sum of RGB (Red+Green+Blue) = 180+73+255=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #B449FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449FF is #4BB600. Grayscale: #7D7D7D. Windows color (decimal): -4961793 or 16730548. OLE color: 16730548.

HSL color Cylindrical-coordinate representation of color #B449FF: hue angle of 275.27º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B449FF is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 73 255 -
CMYK 0.29 0.71 0 0
HSL 275.27º 1% 0.64% -
HSV(B) 275.27º 0.71% 1% -
XYZ 39.25 21.69 96.73 -
YUV 125.74 200.95 166.7 -
System Red Green Blue C M Y K H S L
Decimal 180 73 255 0.29 0.71 0 0 275.27 1 0.64
Hex B4 49 FF 1D 47 0 0 113 64 40
Octal 264 111 377 35 107 0 0 423 144 100
Binary 10110100 1001001 11111111 11101 1000111 0 0 100010011 1100100 1000000

Color Harmonies of #B449FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449FF

Black with #B449FF

Text Example


Text Example

White with #B449FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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