Html Css Color HEX #B849E1 Medium Orchid

📋 copy color: '#B849E1'

red 184 ◦ green 73 ◦ blue 225

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

Shades of Medium Orchid #B849E1

Tints of Medium Orchid #B849E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 38.17%
G = 15.15%
B = 46.68%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B849E1 (or 0xB849E1) is known color: Medium Orchid. HEX triplet: B8, 49 and E1. RGB value is (184,73,225). Sum of RGB (Red+Green+Blue) = 184+73+225=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #B849E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849E1 is #47B61E. Grayscale: #7B7B7B. Windows color (decimal): -4699679 or 14764472. OLE color: 14764472.

HSL color Cylindrical-coordinate representation of color #B849E1: hue angle of 283.82º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B849E1 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 73 225 -
CMYK 0.18 0.68 0 0.12
HSL 283.82º 0.72% 0.58% -
HSV(B) 283.82º 0.68% 0.88% -
XYZ 35.74 20.39 73.29 -
YUV 123.52 185.27 171.14 -
System Red Green Blue C M Y K H S L
Decimal 184 73 225 0.18 0.68 0 0.12 283.82 0.72 0.58
Hex B8 49 E1 12 44 0 C 11C 48 3A
Octal 270 111 341 22 104 0 14 434 110 72
Binary 10111000 1001001 11100001 10010 1000100 0 1100 100011100 1001000 111010

Color Harmonies of #B849E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849E1

Black with #B849E1

Text Example


Text Example

White with #B849E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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