Html Css Color HEX #B049FD Medium Orchid

📋 copy color: '#B049FD'

red 176 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #B049FD

Tints of Medium Orchid #B049FD

RGB

 RED value IS 176 (69.14% from 255) = 35.06%

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 35.06%
G = 14.54%
B = 50.4%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B049FD (or 0xB049FD) is known color: Medium Orchid. HEX triplet: B0, 49 and FD. RGB value is (176,73,253). Sum of RGB (Red+Green+Blue) = 176+73+253=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #B049FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049FD is #4FB602. Grayscale: #7B7B7B. Windows color (decimal): -5223939 or 16599472. OLE color: 16599472.

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

Color convert

RGB 176 73 253 -
CMYK 0.30 0.71 0 0.01
HSL 274.33º 0.98% 0.64% -
HSV(B) 274.33º 0.71% 0.99% -
XYZ 38.02 21.09 95 -
YUV 124.32 200.62 164.86 -
System Red Green Blue C M Y K H S L
Decimal 176 73 253 0.30 0.71 0 0.01 274.33 0.98 0.64
Hex B0 49 FD 1E 47 0 1 112 62 40
Octal 260 111 375 36 107 0 1 422 142 100
Binary 10110000 1001001 11111101 11110 1000111 0 1 100010010 1100010 1000000

Color Harmonies of #B049FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049FD

Black with #B049FD

Text Example


Text Example

White with #B049FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049FD; }

 p { color: rgb(176,73,253); }

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

background-color css

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

 a { background-color: rgb(176,73,253); }

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

border-color css

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

 span { border-color: rgb(176,73,253); }

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