Html Css Color HEX #B84AC8 Medium Orchid

📋 copy color: '#B84AC8'

red 184 ◦ green 74 ◦ blue 200

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

Shades of Medium Orchid #B84AC8

Tints of Medium Orchid #B84AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.67%

R = 40.17%
G = 16.16%
B = 43.67%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B84AC8 (or 0xB84AC8) is known color: Medium Orchid. HEX triplet: B8, 4A and C8. RGB value is (184,74,200). Sum of RGB (Red+Green+Blue) = 184+74+200=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #B84AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AC8 is #47B537. Grayscale: #787878. Windows color (decimal): -4699448 or 13126328. OLE color: 13126328.

HSL color Cylindrical-coordinate representation of color #B84AC8: hue angle of 292.38º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84AC8 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 74 200 -
CMYK 0.08 0.63 0 0.22
HSL 292.38º 0.53% 0.54% -
HSV(B) 292.38º 0.63% 0.78% -
XYZ 32.64 19.26 56.64 -
YUV 121.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 184 74 200 0.08 0.63 0 0.22 292.38 0.53 0.54
Hex B8 4A C8 8 3F 0 16 124 35 36
Octal 270 112 310 10 77 0 26 444 65 66
Binary 10111000 1001010 11001000 1000 111111 0 10110 100100100 110101 110110

Color Harmonies of #B84AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AC8

Black with #B84AC8

Text Example


Text Example

White with #B84AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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