Html Css Color HEX #B849CC Medium Orchid

📋 copy color: '#B849CC'

red 184 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #B849CC

Tints of Medium Orchid #B849CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 39.91%
G = 15.84%
B = 44.25%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B849CC (or 0xB849CC) is known color: Medium Orchid. HEX triplet: B8, 49 and CC. RGB value is (184,73,204). Sum of RGB (Red+Green+Blue) = 184+73+204=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #B849CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849CC is #47B633. Grayscale: #787878. Windows color (decimal): -4699700 or 13388216. OLE color: 13388216.

HSL color Cylindrical-coordinate representation of color #B849CC: hue angle of 290.84º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B849CC is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 73 204 -
CMYK 0.10 0.64 0 0.2
HSL 290.84º 0.56% 0.54% -
HSV(B) 290.84º 0.64% 0.8% -
XYZ 33.05 19.32 59.11 -
YUV 121.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 184 73 204 0.10 0.64 0 0.2 290.84 0.56 0.54
Hex B8 49 CC A 40 0 14 123 38 36
Octal 270 111 314 12 100 0 24 443 70 66
Binary 10111000 1001001 11001100 1010 1000000 0 10100 100100011 111000 110110

Color Harmonies of #B849CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849CC

Black with #B849CC

Text Example


Text Example

White with #B849CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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