Html Css Color HEX #B84DD0 Medium Orchid

📋 copy color: '#B84DD0'

red 184 ◦ green 77 ◦ blue 208

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

Shades of Medium Orchid #B84DD0

Tints of Medium Orchid #B84DD0

RGB

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

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

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

R = 39.23%
G = 16.42%
B = 44.35%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B84DD0 (or 0xB84DD0) is known color: Medium Orchid. HEX triplet: B8, 4D and D0. RGB value is (184,77,208). Sum of RGB (Red+Green+Blue) = 184+77+208=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #B84DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DD0 is #47B22F. Grayscale: #7B7B7B. Windows color (decimal): -4698672 or 13651384. OLE color: 13651384.

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

Color convert

RGB 184 77 208 -
CMYK 0.12 0.63 0 0.18
HSL 289.01º 0.58% 0.56% -
HSV(B) 289.01º 0.63% 0.82% -
XYZ 33.81 20.05 61.76 -
YUV 123.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 184 77 208 0.12 0.63 0 0.18 289.01 0.58 0.56
Hex B8 4D D0 C 3F 0 12 121 3A 38
Octal 270 115 320 14 77 0 22 441 72 70
Binary 10111000 1001101 11010000 1100 111111 0 10010 100100001 111010 111000

Color Harmonies of #B84DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84DD0

Black with #B84DD0

Text Example


Text Example

White with #B84DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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