Html Css Color HEX #B949FF Medium Orchid

📋 copy color: '#B949FF'

red 185 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #B949FF

Tints of Medium Orchid #B949FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.71%

R = 36.06%
G = 14.23%
B = 49.71%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B949FF (or 0xB949FF) is known color: Medium Orchid. HEX triplet: B9, 49 and FF. RGB value is (185,73,255). Sum of RGB (Red+Green+Blue) = 185+73+255=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #B949FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949FF is #46B600. Grayscale: #7E7E7E. Windows color (decimal): -4634113 or 16730553. OLE color: 16730553.

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

Color convert

RGB 185 73 255 -
CMYK 0.27 0.71 0 0
HSL 276.92º 1% 0.64% -
HSV(B) 276.92º 0.71% 1% -
XYZ 40.44 22.3 96.78 -
YUV 127.24 200.11 169.2 -
System Red Green Blue C M Y K H S L
Decimal 185 73 255 0.27 0.71 0 0 276.92 1 0.64
Hex B9 49 FF 1B 47 0 0 115 64 40
Octal 271 111 377 33 107 0 0 425 144 100
Binary 10111001 1001001 11111111 11011 1000111 0 0 100010101 1100100 1000000

Color Harmonies of #B949FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949FF

Black with #B949FF

Text Example


Text Example

White with #B949FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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