Html Css Color HEX #B84DDA Medium Orchid

📋 copy color: '#B84DDA'

red 184 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #B84DDA

Tints of Medium Orchid #B84DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 38.41%
G = 16.08%
B = 45.51%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B84DDA (or 0xB84DDA) is known color: Medium Orchid. HEX triplet: B8, 4D and DA. RGB value is (184,77,218). Sum of RGB (Red+Green+Blue) = 184+77+218=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #B84DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DDA is #47B225. Grayscale: #7C7C7C. Windows color (decimal): -4698662 or 14306744. OLE color: 14306744.

HSL color Cylindrical-coordinate representation of color #B84DDA: hue angle of 285.53º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84DDA is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 77 218 -
CMYK 0.16 0.65 0 0.15
HSL 285.53º 0.66% 0.58% -
HSV(B) 285.53º 0.65% 0.85% -
XYZ 35.08 20.56 68.45 -
YUV 125.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 184 77 218 0.16 0.65 0 0.15 285.53 0.66 0.58
Hex B8 4D DA 10 41 0 F 11E 42 3A
Octal 270 115 332 20 101 0 17 436 102 72
Binary 10111000 1001101 11011010 10000 1000001 0 1111 100011110 1000010 111010

Color Harmonies of #B84DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84DDA

Black with #B84DDA

Text Example


Text Example

White with #B84DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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