Html Css Color HEX #B949E5 Medium Orchid

📋 copy color: '#B949E5'

red 185 ◦ green 73 ◦ blue 229

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

Shades of Medium Orchid #B949E5

Tints of Medium Orchid #B949E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.02%

R = 37.99%
G = 14.99%
B = 47.02%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B949E5 (or 0xB949E5) is known color: Medium Orchid. HEX triplet: B9, 49 and E5. RGB value is (185,73,229). Sum of RGB (Red+Green+Blue) = 185+73+229=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #B949E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949E5 is #46B61A. Grayscale: #7B7B7B. Windows color (decimal): -4634139 or 15026617. OLE color: 15026617.

HSL color Cylindrical-coordinate representation of color #B949E5: hue angle of 283.08º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B949E5 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 73 229 -
CMYK 0.19 0.68 0 0.10
HSL 283.08º 0.75% 0.59% -
HSV(B) 283.08º 0.68% 0.9% -
XYZ 36.53 20.74 76.21 -
YUV 124.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 185 73 229 0.19 0.68 0 0.10 283.08 0.75 0.59
Hex B9 49 E5 13 44 0 A 11B 4B 3B
Octal 271 111 345 23 104 0 12 433 113 73
Binary 10111001 1001001 11100101 10011 1000100 0 1010 100011011 1001011 111011

Color Harmonies of #B949E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949E5

Black with #B949E5

Text Example


Text Example

White with #B949E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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