Html Css Color HEX #B84DDE Medium Orchid

📋 copy color: '#B84DDE'

red 184 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #B84DDE

Tints of Medium Orchid #B84DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 38.1%
G = 15.94%
B = 45.96%

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

#B84DDE (or 0xB84DDE) is known color: Medium Orchid. HEX triplet: B8, 4D and DE. RGB value is (184,77,222). Sum of RGB (Red+Green+Blue) = 184+77+222=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #B84DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DDE is #47B221. Grayscale: #7D7D7D. Windows color (decimal): -4698658 or 14568888. OLE color: 14568888.

HSL color Cylindrical-coordinate representation of color #B84DDE: hue angle of 284.28º degrees, saturation: 0.69, 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 #B84DDE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 77 222 -
CMYK 0.17 0.65 0 0.13
HSL 284.28º 0.69% 0.59% -
HSV(B) 284.28º 0.65% 0.87% -
XYZ 35.61 20.77 71.24 -
YUV 125.52 182.45 169.71 -
System Red Green Blue C M Y K H S L
Decimal 184 77 222 0.17 0.65 0 0.13 284.28 0.69 0.59
Hex B8 4D DE 11 41 0 D 11C 45 3B
Octal 270 115 336 21 101 0 15 434 105 73
Binary 10111000 1001101 11011110 10001 1000001 0 1101 100011100 1000101 111011

Color Harmonies of #B84DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84DDE

Black with #B84DDE

Text Example


Text Example

White with #B84DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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