Html Css Color HEX #B84FEC Medium Orchid

📋 copy color: '#B84FEC'

red 184 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #B84FEC

Tints of Medium Orchid #B84FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 36.87%
G = 15.83%
B = 47.29%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B84FEC (or 0xB84FEC) is known color: Medium Orchid. HEX triplet: B8, 4F and EC. RGB value is (184,79,236). Sum of RGB (Red+Green+Blue) = 184+79+236=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #B84FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FEC is #47B013. Grayscale: #7F7F7F. Windows color (decimal): -4698132 or 15486904. OLE color: 15486904.

HSL color Cylindrical-coordinate representation of color #B84FEC: hue angle of 280.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B84FEC is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 79 236 -
CMYK 0.22 0.67 0 0.07
HSL 280.13º 0.81% 0.62% -
HSV(B) 280.13º 0.67% 0.93% -
XYZ 37.7 21.84 81.58 -
YUV 128.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 184 79 236 0.22 0.67 0 0.07 280.13 0.81 0.62
Hex B8 4F EC 16 43 0 7 118 51 3E
Octal 270 117 354 26 103 0 7 430 121 76
Binary 10111000 1001111 11101100 10110 1000011 0 111 100011000 1010001 111110

Color Harmonies of #B84FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FEC

Black with #B84FEC

Text Example


Text Example

White with #B84FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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