Html Css Color HEX #B84DDB Medium Orchid

📋 copy color: '#B84DDB'

red 184 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #B84DDB

Tints of Medium Orchid #B84DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 38.33%
G = 16.04%
B = 45.63%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B84DDB (or 0xB84DDB) is known color: Medium Orchid. HEX triplet: B8, 4D and DB. RGB value is (184,77,219). Sum of RGB (Red+Green+Blue) = 184+77+219=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #B84DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DDB is #47B224. Grayscale: #7C7C7C. Windows color (decimal): -4698661 or 14372280. OLE color: 14372280.

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

Color convert

RGB 184 77 219 -
CMYK 0.16 0.65 0 0.14
HSL 285.21º 0.66% 0.58% -
HSV(B) 285.21º 0.65% 0.86% -
XYZ 35.21 20.61 69.14 -
YUV 125.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 184 77 219 0.16 0.65 0 0.14 285.21 0.66 0.58
Hex B8 4D DB 10 41 0 E 11D 42 3A
Octal 270 115 333 20 101 0 16 435 102 72
Binary 10111000 1001101 11011011 10000 1000001 0 1110 100011101 1000010 111010

Color Harmonies of #B84DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84DDB

Black with #B84DDB

Text Example


Text Example

White with #B84DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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