Html Css Color HEX #B84ED1 Medium Orchid

📋 copy color: '#B84ED1'

red 184 ◦ green 78 ◦ blue 209

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

Shades of Medium Orchid #B84ED1

Tints of Medium Orchid #B84ED1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.56%

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

R = 39.07%
G = 16.56%
B = 44.37%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B84ED1 (or 0xB84ED1) is known color: Medium Orchid. HEX triplet: B8, 4E and D1. RGB value is (184,78,209). Sum of RGB (Red+Green+Blue) = 184+78+209=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #B84ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84ED1 is #47B12E. Grayscale: #7C7C7C. Windows color (decimal): -4698415 or 13717176. OLE color: 13717176.

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

Color convert

RGB 184 78 209 -
CMYK 0.12 0.63 0 0.18
HSL 288.55º 0.59% 0.56% -
HSV(B) 288.55º 0.63% 0.82% -
XYZ 34 20.24 62.44 -
YUV 124.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 184 78 209 0.12 0.63 0 0.18 288.55 0.59 0.56
Hex B8 4E D1 C 3F 0 12 121 3B 38
Octal 270 116 321 14 77 0 22 441 73 70
Binary 10111000 1001110 11010001 1100 111111 0 10010 100100001 111011 111000

Color Harmonies of #B84ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84ED1

Black with #B84ED1

Text Example


Text Example

White with #B84ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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