Html Css Color HEX #B854FE Medium Orchid

📋 copy color: '#B854FE'

red 184 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #B854FE

Tints of Medium Orchid #B854FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 35.25%
G = 16.09%
B = 48.66%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B854FE (or 0xB854FE) is known color: Medium Orchid. HEX triplet: B8, 54 and FE. RGB value is (184,84,254). Sum of RGB (Red+Green+Blue) = 184+84+254=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #B854FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B854FE is #47AB01. Grayscale: #848484. Windows color (decimal): -4696834 or 16667832. OLE color: 16667832.

HSL color Cylindrical-coordinate representation of color #B854FE: hue angle of 275.29º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B854FE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 84 254 -
CMYK 0.28 0.67 0 0.00
HSL 275.29º 0.99% 0.66% -
HSV(B) 275.29º 0.67% 1% -
XYZ 40.83 23.69 96.19 -
YUV 133.28 196.13 164.18 -
System Red Green Blue C M Y K H S L
Decimal 184 84 254 0.28 0.67 0 0.00 275.29 0.99 0.66
Hex B8 54 FE 1C 43 0 0 113 63 42
Octal 270 124 376 34 103 0 0 423 143 102
Binary 10111000 1010100 11111110 11100 1000011 0 0 100010011 1100011 1000010

Color Harmonies of #B854FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B854FE

Black with #B854FE

Text Example


Text Example

White with #B854FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B854FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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