Html Css Color HEX #B449FB Medium Orchid

📋 copy color: '#B449FB'

red 180 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #B449FB

Tints of Medium Orchid #B449FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.8%

R = 35.71%
G = 14.48%
B = 49.8%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B449FB (or 0xB449FB) is known color: Medium Orchid. HEX triplet: B4, 49 and FB. RGB value is (180,73,251). Sum of RGB (Red+Green+Blue) = 180+73+251=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #B449FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449FB is #4BB604. Grayscale: #7C7C7C. Windows color (decimal): -4961797 or 16468404. OLE color: 16468404.

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

Color convert

RGB 180 73 251 -
CMYK 0.28 0.71 0 0.02
HSL 276.07º 0.96% 0.64% -
HSV(B) 276.07º 0.71% 0.98% -
XYZ 38.62 21.43 93.37 -
YUV 125.29 198.95 167.03 -
System Red Green Blue C M Y K H S L
Decimal 180 73 251 0.28 0.71 0 0.02 276.07 0.96 0.64
Hex B4 49 FB 1C 47 0 2 114 60 40
Octal 264 111 373 34 107 0 2 424 140 100
Binary 10110100 1001001 11111011 11100 1000111 0 10 100010100 1100000 1000000

Color Harmonies of #B449FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449FB

Black with #B449FB

Text Example


Text Example

White with #B449FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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