Html Css Color HEX #B84FDE Medium Orchid

📋 copy color: '#B84FDE'

red 184 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #B84FDE

Tints of Medium Orchid #B84FDE

RGB

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

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

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

R = 37.94%
G = 16.29%
B = 45.77%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B84FDE (or 0xB84FDE) is known color: Medium Orchid. HEX triplet: B8, 4F and DE. RGB value is (184,79,222). Sum of RGB (Red+Green+Blue) = 184+79+222=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #B84FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FDE is #47B021. Grayscale: #7E7E7E. Windows color (decimal): -4698146 or 14569400. OLE color: 14569400.

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

Color convert

RGB 184 79 222 -
CMYK 0.17 0.64 0 0.13
HSL 284.06º 0.68% 0.59% -
HSV(B) 284.06º 0.64% 0.87% -
XYZ 35.75 21.06 71.29 -
YUV 126.7 181.79 168.87 -
System Red Green Blue C M Y K H S L
Decimal 184 79 222 0.17 0.64 0 0.13 284.06 0.68 0.59
Hex B8 4F DE 11 40 0 D 11C 44 3B
Octal 270 117 336 21 100 0 15 434 104 73
Binary 10111000 1001111 11011110 10001 1000000 0 1101 100011100 1000100 111011

Color Harmonies of #B84FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FDE

Black with #B84FDE

Text Example


Text Example

White with #B84FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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