Html Css Color HEX #B84EDD Medium Orchid

📋 copy color: '#B84EDD'

red 184 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #B84EDD

Tints of Medium Orchid #B84EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 38.1%
G = 16.15%
B = 45.76%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B84EDD (or 0xB84EDD) is known color: Medium Orchid. HEX triplet: B8, 4E and DD. RGB value is (184,78,221). Sum of RGB (Red+Green+Blue) = 184+78+221=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #B84EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84EDD is #47B122. Grayscale: #7D7D7D. Windows color (decimal): -4698403 or 14503608. OLE color: 14503608.

HSL color Cylindrical-coordinate representation of color #B84EDD: hue angle of 284.48º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84EDD is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 78 221 -
CMYK 0.17 0.65 0 0.13
HSL 284.48º 0.68% 0.59% -
HSV(B) 284.48º 0.65% 0.87% -
XYZ 35.54 20.86 70.56 -
YUV 126 181.62 169.37 -
System Red Green Blue C M Y K H S L
Decimal 184 78 221 0.17 0.65 0 0.13 284.48 0.68 0.59
Hex B8 4E DD 11 41 0 D 11C 44 3B
Octal 270 116 335 21 101 0 15 434 104 73
Binary 10111000 1001110 11011101 10001 1000001 0 1101 100011100 1000100 111011

Color Harmonies of #B84EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84EDD

Black with #B84EDD

Text Example


Text Example

White with #B84EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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