Html Css Color HEX #B84CD1 Medium Orchid

📋 copy color: '#B84CD1'

red 184 ◦ green 76 ◦ blue 209

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

Shades of Medium Orchid #B84CD1

Tints of Medium Orchid #B84CD1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.2%

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 39.23%
G = 16.2%
B = 44.56%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B84CD1 (or 0xB84CD1) is known color: Medium Orchid. HEX triplet: B8, 4C and D1. RGB value is (184,76,209). Sum of RGB (Red+Green+Blue) = 184+76+209=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #B84CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CD1 is #47B32E. Grayscale: #7B7B7B. Windows color (decimal): -4698927 or 13716664. OLE color: 13716664.

HSL color Cylindrical-coordinate representation of color #B84CD1: hue angle of 288.72º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84CD1 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 76 209 -
CMYK 0.12 0.64 0 0.18
HSL 288.72º 0.59% 0.56% -
HSV(B) 288.72º 0.64% 0.82% -
XYZ 33.86 19.96 62.39 -
YUV 123.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 184 76 209 0.12 0.64 0 0.18 288.72 0.59 0.56
Hex B8 4C D1 C 40 0 12 121 3B 38
Octal 270 114 321 14 100 0 22 441 73 70
Binary 10111000 1001100 11010001 1100 1000000 0 10010 100100001 111011 111000

Color Harmonies of #B84CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CD1

Black with #B84CD1

Text Example


Text Example

White with #B84CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CD1; }

 p { color: rgb(184,76,209); }

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

background-color css

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

 a { background-color: rgb(184,76,209); }

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

border-color css

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

 span { border-color: rgb(184,76,209); }

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