Html Css Color HEX #B949EF Medium Orchid

📋 copy color: '#B949EF'

red 185 ◦ green 73 ◦ blue 239

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

Shades of Medium Orchid #B949EF

Tints of Medium Orchid #B949EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 37.22%
G = 14.69%
B = 48.09%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B949EF (or 0xB949EF) is known color: Medium Orchid. HEX triplet: B9, 49 and EF. RGB value is (185,73,239). Sum of RGB (Red+Green+Blue) = 185+73+239=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #B949EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949EF is #46B610. Grayscale: #7C7C7C. Windows color (decimal): -4634129 or 15681977. OLE color: 15681977.

HSL color Cylindrical-coordinate representation of color #B949EF: hue angle of 280.48º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B949EF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 73 239 -
CMYK 0.23 0.69 0 0.06
HSL 280.48º 0.84% 0.61% -
HSV(B) 280.48º 0.69% 0.94% -
XYZ 37.97 21.31 83.77 -
YUV 125.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 185 73 239 0.23 0.69 0 0.06 280.48 0.84 0.61
Hex B9 49 EF 17 45 0 6 118 54 3D
Octal 271 111 357 27 105 0 6 430 124 75
Binary 10111001 1001001 11101111 10111 1000101 0 110 100011000 1010100 111101

Color Harmonies of #B949EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949EF

Black with #B949EF

Text Example


Text Example

White with #B949EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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