Html Css Color HEX #B84ADF Medium Orchid

📋 copy color: '#B84ADF'

red 184 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #B84ADF

Tints of Medium Orchid #B84ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 38.25%
G = 15.38%
B = 46.36%

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

#B84ADF (or 0xB84ADF) is known color: Medium Orchid. HEX triplet: B8, 4A and DF. RGB value is (184,74,223). Sum of RGB (Red+Green+Blue) = 184+74+223=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #B84ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ADF is #47B520. Grayscale: #7B7B7B. Windows color (decimal): -4699425 or 14633656. OLE color: 14633656.

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

Color convert

RGB 184 74 223 -
CMYK 0.17 0.67 0 0.13
HSL 284.3º 0.7% 0.58% -
HSV(B) 284.3º 0.67% 0.87% -
XYZ 35.54 20.42 71.88 -
YUV 123.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 184 74 223 0.17 0.67 0 0.13 284.3 0.7 0.58
Hex B8 4A DF 11 43 0 D 11C 46 3A
Octal 270 112 337 21 103 0 15 434 106 72
Binary 10111000 1001010 11011111 10001 1000011 0 1101 100011100 1000110 111010

Color Harmonies of #B84ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84ADF

Black with #B84ADF

Text Example


Text Example

White with #B84ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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