Html Css Color HEX #B84AD0 Medium Orchid

📋 copy color: '#B84AD0'

red 184 ◦ green 74 ◦ blue 208

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

Shades of Medium Orchid #B84AD0

Tints of Medium Orchid #B84AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 39.48%
G = 15.88%
B = 44.64%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B84AD0 (or 0xB84AD0) is known color: Medium Orchid. HEX triplet: B8, 4A and D0. RGB value is (184,74,208). Sum of RGB (Red+Green+Blue) = 184+74+208=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #B84AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AD0 is #47B52F. Grayscale: #797979. Windows color (decimal): -4699440 or 13650616. OLE color: 13650616.

HSL color Cylindrical-coordinate representation of color #B84AD0: hue angle of 289.25º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84AD0 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 74 208 -
CMYK 0.12 0.64 0 0.18
HSL 289.25º 0.59% 0.55% -
HSV(B) 289.25º 0.64% 0.82% -
XYZ 33.6 19.64 61.69 -
YUV 122.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 184 74 208 0.12 0.64 0 0.18 289.25 0.59 0.55
Hex B8 4A D0 C 40 0 12 121 3B 37
Octal 270 112 320 14 100 0 22 441 73 67
Binary 10111000 1001010 11010000 1100 1000000 0 10010 100100001 111011 110111

Color Harmonies of #B84AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AD0

Black with #B84AD0

Text Example


Text Example

White with #B84AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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