Html Css Color HEX #B84ACB Medium Orchid

📋 copy color: '#B84ACB'

red 184 ◦ green 74 ◦ blue 203

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

Shades of Medium Orchid #B84ACB

Tints of Medium Orchid #B84ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 39.91%
G = 16.05%
B = 44.03%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B84ACB (or 0xB84ACB) is known color: Medium Orchid. HEX triplet: B8, 4A and CB. RGB value is (184,74,203). Sum of RGB (Red+Green+Blue) = 184+74+203=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #B84ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ACB is #47B534. Grayscale: #797979. Windows color (decimal): -4699445 or 13322936. OLE color: 13322936.

HSL color Cylindrical-coordinate representation of color #B84ACB: hue angle of 291.16º degrees, saturation: 0.55, 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 #B84ACB is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 74 203 -
CMYK 0.09 0.64 0 0.20
HSL 291.16º 0.55% 0.54% -
HSV(B) 291.16º 0.64% 0.8% -
XYZ 33 19.4 58.51 -
YUV 121.6 173.94 172.51 -
System Red Green Blue C M Y K H S L
Decimal 184 74 203 0.09 0.64 0 0.20 291.16 0.55 0.54
Hex B8 4A CB 9 40 0 14 123 37 36
Octal 270 112 313 11 100 0 24 443 67 66
Binary 10111000 1001010 11001011 1001 1000000 0 10100 100100011 110111 110110

Color Harmonies of #B84ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84ACB

Black with #B84ACB

Text Example


Text Example

White with #B84ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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