Html Css Color HEX #B049FC Medium Orchid

📋 copy color: '#B049FC'

red 176 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #B049FC

Tints of Medium Orchid #B049FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 35.13%
G = 14.57%
B = 50.3%

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

#B049FC (or 0xB049FC) is known color: Medium Orchid. HEX triplet: B0, 49 and FC. RGB value is (176,73,252). Sum of RGB (Red+Green+Blue) = 176+73+252=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #B049FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049FC is #4FB603. Grayscale: #7B7B7B. Windows color (decimal): -5223940 or 16533936. OLE color: 16533936.

HSL color Cylindrical-coordinate representation of color #B049FC: hue angle of 274.53º degrees, saturation: 0.97, 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 #B049FC is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 73 252 -
CMYK 0.30 0.71 0 0.01
HSL 274.53º 0.97% 0.64% -
HSV(B) 274.53º 0.71% 0.99% -
XYZ 37.86 21.02 94.16 -
YUV 124.2 200.12 164.95 -
System Red Green Blue C M Y K H S L
Decimal 176 73 252 0.30 0.71 0 0.01 274.53 0.97 0.64
Hex B0 49 FC 1E 47 0 1 113 61 40
Octal 260 111 374 36 107 0 1 423 141 100
Binary 10110000 1001001 11111100 11110 1000111 0 1 100010011 1100001 1000000

Color Harmonies of #B049FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049FC

Black with #B049FC

Text Example


Text Example

White with #B049FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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