Html Css Color HEX #B949FC Medium Orchid

📋 copy color: '#B949FC'

red 185 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #B949FC

Tints of Medium Orchid #B949FC

RGB

 RED value IS 185 (72.66% from 255) = 36.27%

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

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

R = 36.27%
G = 14.31%
B = 49.41%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B949FC (or 0xB949FC) is known color: Medium Orchid. HEX triplet: B9, 49 and FC. RGB value is (185,73,252). Sum of RGB (Red+Green+Blue) = 185+73+252=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #B949FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949FC is #46B603. Grayscale: #7E7E7E. Windows color (decimal): -4634116 or 16533945. OLE color: 16533945.

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

Color convert

RGB 185 73 252 -
CMYK 0.27 0.71 0 0.01
HSL 277.54º 0.97% 0.64% -
HSV(B) 277.54º 0.71% 0.99% -
XYZ 39.96 22.11 94.26 -
YUV 126.89 198.61 169.45 -
System Red Green Blue C M Y K H S L
Decimal 185 73 252 0.27 0.71 0 0.01 277.54 0.97 0.64
Hex B9 49 FC 1B 47 0 1 116 61 40
Octal 271 111 374 33 107 0 1 426 141 100
Binary 10111001 1001001 11111100 11011 1000111 0 1 100010110 1100001 1000000

Color Harmonies of #B949FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949FC

Black with #B949FC

Text Example


Text Example

White with #B949FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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