Html Css Color HEX #B949FB Medium Orchid

📋 copy color: '#B949FB'

red 185 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #B949FB

Tints of Medium Orchid #B949FB

RGB

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

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

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

R = 36.35%
G = 14.34%
B = 49.31%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B949FB (or 0xB949FB) is known color: Medium Orchid. HEX triplet: B9, 49 and FB. RGB value is (185,73,251). Sum of RGB (Red+Green+Blue) = 185+73+251=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #B949FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949FB is #46B604. Grayscale: #7E7E7E. Windows color (decimal): -4634117 or 16468409. OLE color: 16468409.

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

Color convert

RGB 185 73 251 -
CMYK 0.26 0.71 0 0.02
HSL 277.75º 0.96% 0.64% -
HSV(B) 277.75º 0.71% 0.98% -
XYZ 39.8 22.04 93.42 -
YUV 126.78 198.11 169.53 -
System Red Green Blue C M Y K H S L
Decimal 185 73 251 0.26 0.71 0 0.02 277.75 0.96 0.64
Hex B9 49 FB 1A 47 0 2 116 60 40
Octal 271 111 373 32 107 0 2 426 140 100
Binary 10111001 1001001 11111011 11010 1000111 0 10 100010110 1100000 1000000

Color Harmonies of #B949FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949FB

Black with #B949FB

Text Example


Text Example

White with #B949FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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