Html Css Color HEX #B849E5 Medium Orchid

📋 copy color: '#B849E5'

red 184 ◦ green 73 ◦ blue 229

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

Shades of Medium Orchid #B849E5

Tints of Medium Orchid #B849E5

RGB

 RED value IS 184 (72.27% from 255) = 37.86%

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

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

R = 37.86%
G = 15.02%
B = 47.12%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B849E5 (or 0xB849E5) is known color: Medium Orchid. HEX triplet: B8, 49 and E5. RGB value is (184,73,229). Sum of RGB (Red+Green+Blue) = 184+73+229=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #B849E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849E5 is #47B61A. Grayscale: #7B7B7B. Windows color (decimal): -4699675 or 15026616. OLE color: 15026616.

HSL color Cylindrical-coordinate representation of color #B849E5: hue angle of 282.69º 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 #B849E5 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 73 229 -
CMYK 0.20 0.68 0 0.10
HSL 282.69º 0.75% 0.59% -
HSV(B) 282.69º 0.68% 0.9% -
XYZ 36.29 20.61 76.19 -
YUV 123.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 184 73 229 0.20 0.68 0 0.10 282.69 0.75 0.59
Hex B8 49 E5 14 44 0 A 11B 4B 3B
Octal 270 111 345 24 104 0 12 433 113 73
Binary 10111000 1001001 11100101 10100 1000100 0 1010 100011011 1001011 111011

Color Harmonies of #B849E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849E5

Black with #B849E5

Text Example


Text Example

White with #B849E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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