Html Css Color HEX #B84DC9 Medium Orchid

📋 copy color: '#B84DC9'

red 184 ◦ green 77 ◦ blue 201

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

Shades of Medium Orchid #B84DC9

Tints of Medium Orchid #B84DC9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.67%

 BLUE value IS 201 (78.91% from 255) = 43.51%

R = 39.83%
G = 16.67%
B = 43.51%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B84DC9 (or 0xB84DC9) is known color: Medium Orchid. HEX triplet: B8, 4D and C9. RGB value is (184,77,201). Sum of RGB (Red+Green+Blue) = 184+77+201=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #B84DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DC9 is #47B236. Grayscale: #7A7A7A. Windows color (decimal): -4698679 or 13192632. OLE color: 13192632.

HSL color Cylindrical-coordinate representation of color #B84DC9: hue angle of 291.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84DC9 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 77 201 -
CMYK 0.08 0.62 0 0.21
HSL 291.77º 0.53% 0.55% -
HSV(B) 291.77º 0.62% 0.79% -
XYZ 32.96 19.72 57.33 -
YUV 123.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 184 77 201 0.08 0.62 0 0.21 291.77 0.53 0.55
Hex B8 4D C9 8 3E 0 15 124 35 37
Octal 270 115 311 10 76 0 25 444 65 67
Binary 10111000 1001101 11001001 1000 111110 0 10101 100100100 110101 110111

Color Harmonies of #B84DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84DC9

Black with #B84DC9

Text Example


Text Example

White with #B84DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84DC9; }

 p { color: rgb(184,77,201); }

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

background-color css

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

 a { background-color: rgb(184,77,201); }

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

border-color css

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

 span { border-color: rgb(184,77,201); }

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