Html Css Color HEX #B84ACC Medium Orchid

📋 copy color: '#B84ACC'

red 184 ◦ green 74 ◦ blue 204

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

Shades of Medium Orchid #B84ACC

Tints of Medium Orchid #B84ACC

RGB

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

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

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

R = 39.83%
G = 16.02%
B = 44.16%

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

#B84ACC (or 0xB84ACC) is known color: Medium Orchid. HEX triplet: B8, 4A and CC. RGB value is (184,74,204). Sum of RGB (Red+Green+Blue) = 184+74+204=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #B84ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ACC is #47B533. Grayscale: #797979. Windows color (decimal): -4699444 or 13388472. OLE color: 13388472.

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

Color convert

RGB 184 74 204 -
CMYK 0.10 0.64 0 0.2
HSL 290.77º 0.56% 0.55% -
HSV(B) 290.77º 0.64% 0.8% -
XYZ 33.12 19.45 59.14 -
YUV 121.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 184 74 204 0.10 0.64 0 0.2 290.77 0.56 0.55
Hex B8 4A CC A 40 0 14 123 38 37
Octal 270 112 314 12 100 0 24 443 70 67
Binary 10111000 1001010 11001100 1010 1000000 0 10100 100100011 111000 110111

Color Harmonies of #B84ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84ACC

Black with #B84ACC

Text Example


Text Example

White with #B84ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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