Html Css Color HEX #B854EC Medium Orchid

📋 copy color: '#B854EC'

red 184 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #B854EC

Tints of Medium Orchid #B854EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.67%

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

R = 36.51%
G = 16.67%
B = 46.83%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B854EC (or 0xB854EC) is known color: Medium Orchid. HEX triplet: B8, 54 and EC. RGB value is (184,84,236). Sum of RGB (Red+Green+Blue) = 184+84+236=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #B854EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B854EC is #47AB13. Grayscale: #828282. Windows color (decimal): -4696852 or 15488184. OLE color: 15488184.

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

Color convert

RGB 184 84 236 -
CMYK 0.22 0.64 0 0.07
HSL 279.47º 0.8% 0.63% -
HSV(B) 279.47º 0.64% 0.93% -
XYZ 38.08 22.59 81.71 -
YUV 131.23 187.13 165.64 -
System Red Green Blue C M Y K H S L
Decimal 184 84 236 0.22 0.64 0 0.07 279.47 0.8 0.63
Hex B8 54 EC 16 40 0 7 117 50 3F
Octal 270 124 354 26 100 0 7 427 120 77
Binary 10111000 1010100 11101100 10110 1000000 0 111 100010111 1010000 111111

Color Harmonies of #B854EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B854EC

Black with #B854EC

Text Example


Text Example

White with #B854EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B854EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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