Html Css Color HEX #B949FA Medium Orchid

📋 copy color: '#B949FA'

red 185 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #B949FA

Tints of Medium Orchid #B949FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 36.42%
G = 14.37%
B = 49.21%

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

#B949FA (or 0xB949FA) is known color: Medium Orchid. HEX triplet: B9, 49 and FA. RGB value is (185,73,250). Sum of RGB (Red+Green+Blue) = 185+73+250=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #B949FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949FA is #46B605. Grayscale: #7E7E7E. Windows color (decimal): -4634118 or 16402873. OLE color: 16402873.

HSL color Cylindrical-coordinate representation of color #B949FA: hue angle of 277.97º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B949FA is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 73 250 -
CMYK 0.26 0.71 0 0.02
HSL 277.97º 0.95% 0.63% -
HSV(B) 277.97º 0.71% 0.98% -
XYZ 39.65 21.98 92.6 -
YUV 126.67 197.61 169.61 -
System Red Green Blue C M Y K H S L
Decimal 185 73 250 0.26 0.71 0 0.02 277.97 0.95 0.63
Hex B9 49 FA 1A 47 0 2 116 5F 3F
Octal 271 111 372 32 107 0 2 426 137 77
Binary 10111001 1001001 11111010 11010 1000111 0 10 100010110 1011111 111111

Color Harmonies of #B949FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949FA

Black with #B949FA

Text Example


Text Example

White with #B949FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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