Html Css Color HEX #B84FDC Medium Orchid

📋 copy color: '#B84FDC'

red 184 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #B84FDC

Tints of Medium Orchid #B84FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.36%

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 38.1%
G = 16.36%
B = 45.55%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B84FDC (or 0xB84FDC) is known color: Medium Orchid. HEX triplet: B8, 4F and DC. RGB value is (184,79,220). Sum of RGB (Red+Green+Blue) = 184+79+220=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #B84FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FDC is #47B023. Grayscale: #7E7E7E. Windows color (decimal): -4698148 or 14438328. OLE color: 14438328.

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

Color convert

RGB 184 79 220 -
CMYK 0.16 0.64 0 0.14
HSL 284.68º 0.67% 0.59% -
HSV(B) 284.68º 0.64% 0.86% -
XYZ 35.48 20.95 69.88 -
YUV 126.47 180.79 169.04 -
System Red Green Blue C M Y K H S L
Decimal 184 79 220 0.16 0.64 0 0.14 284.68 0.67 0.59
Hex B8 4F DC 10 40 0 E 11D 43 3B
Octal 270 117 334 20 100 0 16 435 103 73
Binary 10111000 1001111 11011100 10000 1000000 0 1110 100011101 1000011 111011

Color Harmonies of #B84FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FDC

Black with #B84FDC

Text Example


Text Example

White with #B84FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FDC; }

 p { color: rgb(184,79,220); }

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

background-color css

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

 a { background-color: rgb(184,79,220); }

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

border-color css

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

 span { border-color: rgb(184,79,220); }

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