Html Css Color HEX #B949FE Medium Orchid

📋 copy color: '#B949FE'

red 185 ◦ green 73 ◦ blue 254

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

Shades of Medium Orchid #B949FE

Tints of Medium Orchid #B949FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 36.13%
G = 14.26%
B = 49.61%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B949FE (or 0xB949FE) is known color: Medium Orchid. HEX triplet: B9, 49 and FE. RGB value is (185,73,254). Sum of RGB (Red+Green+Blue) = 185+73+254=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #B949FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949FE is #46B601. Grayscale: #7E7E7E. Windows color (decimal): -4634114 or 16665017. OLE color: 16665017.

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

Color convert

RGB 185 73 254 -
CMYK 0.27 0.71 0 0.00
HSL 277.13º 0.99% 0.64% -
HSV(B) 277.13º 0.71% 1% -
XYZ 40.28 22.24 95.93 -
YUV 127.12 199.61 169.28 -
System Red Green Blue C M Y K H S L
Decimal 185 73 254 0.27 0.71 0 0.00 277.13 0.99 0.64
Hex B9 49 FE 1B 47 0 0 115 63 40
Octal 271 111 376 33 107 0 0 425 143 100
Binary 10111001 1001001 11111110 11011 1000111 0 0 100010101 1100011 1000000

Color Harmonies of #B949FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949FE

Black with #B949FE

Text Example


Text Example

White with #B949FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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