Html Css Color HEX #B84AEF Medium Orchid

📋 copy color: '#B84AEF'

red 184 ◦ green 74 ◦ blue 239

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

Shades of Medium Orchid #B84AEF

Tints of Medium Orchid #B84AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 37.02%
G = 14.89%
B = 48.09%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B84AEF (or 0xB84AEF) is known color: Medium Orchid. HEX triplet: B8, 4A and EF. RGB value is (184,74,239). Sum of RGB (Red+Green+Blue) = 184+74+239=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #B84AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84AEF is #47B510. Grayscale: #7D7D7D. Windows color (decimal): -4699409 or 15682232. OLE color: 15682232.

HSL color Cylindrical-coordinate representation of color #B84AEF: hue angle of 280º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B84AEF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 74 239 -
CMYK 0.23 0.69 0 0.06
HSL 280º 0.84% 0.61% -
HSV(B) 280º 0.69% 0.94% -
XYZ 37.8 21.32 83.78 -
YUV 125.7 191.94 169.58 -
System Red Green Blue C M Y K H S L
Decimal 184 74 239 0.23 0.69 0 0.06 280 0.84 0.61
Hex B8 4A EF 17 45 0 6 118 54 3D
Octal 270 112 357 27 105 0 6 430 124 75
Binary 10111000 1001010 11101111 10111 1000101 0 110 100011000 1010100 111101

Color Harmonies of #B84AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AEF

Black with #B84AEF

Text Example


Text Example

White with #B84AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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