Html Css Color HEX #B849E7 Medium Orchid

📋 copy color: '#B849E7'

red 184 ◦ green 73 ◦ blue 231

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

Shades of Medium Orchid #B849E7

Tints of Medium Orchid #B849E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.34%

R = 37.7%
G = 14.96%
B = 47.34%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B849E7 (or 0xB849E7) is known color: Medium Orchid. HEX triplet: B8, 49 and E7. RGB value is (184,73,231). Sum of RGB (Red+Green+Blue) = 184+73+231=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #B849E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B849E7 is #47B618. Grayscale: #7B7B7B. Windows color (decimal): -4699673 or 15157688. OLE color: 15157688.

HSL color Cylindrical-coordinate representation of color #B849E7: hue angle of 282.15º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B849E7 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 73 231 -
CMYK 0.20 0.68 0 0.09
HSL 282.15º 0.77% 0.6% -
HSV(B) 282.15º 0.68% 0.91% -
XYZ 36.57 20.72 77.67 -
YUV 124.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 184 73 231 0.20 0.68 0 0.09 282.15 0.77 0.6
Hex B8 49 E7 14 44 0 9 11A 4D 3C
Octal 270 111 347 24 104 0 11 432 115 74
Binary 10111000 1001001 11100111 10100 1000100 0 1001 100011010 1001101 111100

Color Harmonies of #B849E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849E7

Black with #B849E7

Text Example


Text Example

White with #B849E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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