Html Css Color HEX #B84ADE Medium Orchid

📋 copy color: '#B84ADE'

red 184 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #B84ADE

Tints of Medium Orchid #B84ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.42%

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

R = 38.33%
G = 15.42%
B = 46.25%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B84ADE (or 0xB84ADE) is known color: Medium Orchid. HEX triplet: B8, 4A and DE. RGB value is (184,74,222). Sum of RGB (Red+Green+Blue) = 184+74+222=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #B84ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ADE is #47B521. Grayscale: #7B7B7B. Windows color (decimal): -4699426 or 14568120. OLE color: 14568120.

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

Color convert

RGB 184 74 222 -
CMYK 0.17 0.67 0 0.13
HSL 284.59º 0.69% 0.58% -
HSV(B) 284.59º 0.67% 0.87% -
XYZ 35.4 20.36 71.17 -
YUV 123.76 183.44 170.97 -
System Red Green Blue C M Y K H S L
Decimal 184 74 222 0.17 0.67 0 0.13 284.59 0.69 0.58
Hex B8 4A DE 11 43 0 D 11D 45 3A
Octal 270 112 336 21 103 0 15 435 105 72
Binary 10111000 1001010 11011110 10001 1000011 0 1101 100011101 1000101 111010

Color Harmonies of #B84ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84ADE

Black with #B84ADE

Text Example


Text Example

White with #B84ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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