Html Css Color HEX #B84ACE Medium Orchid

📋 copy color: '#B84ACE'

red 184 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #B84ACE

Tints of Medium Orchid #B84ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.95%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 39.66%
G = 15.95%
B = 44.4%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B84ACE (or 0xB84ACE) is known color: Medium Orchid. HEX triplet: B8, 4A and CE. RGB value is (184,74,206). Sum of RGB (Red+Green+Blue) = 184+74+206=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #B84ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ACE is #47B531. Grayscale: #797979. Windows color (decimal): -4699442 or 13519544. OLE color: 13519544.

HSL color Cylindrical-coordinate representation of color #B84ACE: hue angle of 290º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84ACE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 74 206 -
CMYK 0.11 0.64 0 0.19
HSL 290º 0.57% 0.55% -
HSV(B) 290º 0.64% 0.81% -
XYZ 33.36 19.54 60.41 -
YUV 121.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 184 74 206 0.11 0.64 0 0.19 290 0.57 0.55
Hex B8 4A CE B 40 0 13 122 39 37
Octal 270 112 316 13 100 0 23 442 71 67
Binary 10111000 1001010 11001110 1011 1000000 0 10011 100100010 111001 110111

Color Harmonies of #B84ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84ACE

Black with #B84ACE

Text Example


Text Example

White with #B84ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84ACE; }

 p { color: rgb(184,74,206); }

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

background-color css

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

 a { background-color: rgb(184,74,206); }

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

border-color css

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

 span { border-color: rgb(184,74,206); }

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