Html Css Color HEX #B949FD Medium Orchid

📋 copy color: '#B949FD'

red 185 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #B949FD

Tints of Medium Orchid #B949FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.51%

R = 36.2%
G = 14.29%
B = 49.51%

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

#B949FD (or 0xB949FD) is known color: Medium Orchid. HEX triplet: B9, 49 and FD. RGB value is (185,73,253). Sum of RGB (Red+Green+Blue) = 185+73+253=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #B949FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949FD is #46B602. Grayscale: #7E7E7E. Windows color (decimal): -4634115 or 16599481. OLE color: 16599481.

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

Color convert

RGB 185 73 253 -
CMYK 0.27 0.71 0 0.01
HSL 277.33º 0.98% 0.64% -
HSV(B) 277.33º 0.71% 0.99% -
XYZ 40.12 22.17 95.09 -
YUV 127.01 199.11 169.36 -
System Red Green Blue C M Y K H S L
Decimal 185 73 253 0.27 0.71 0 0.01 277.33 0.98 0.64
Hex B9 49 FD 1B 47 0 1 115 62 40
Octal 271 111 375 33 107 0 1 425 142 100
Binary 10111001 1001001 11111101 11011 1000111 0 1 100010101 1100010 1000000

Color Harmonies of #B949FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949FD

Black with #B949FD

Text Example


Text Example

White with #B949FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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