Html Css Color HEX #B857FC Medium Orchid

📋 copy color: '#B857FC'

red 184 ◦ green 87 ◦ blue 252

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

Shades of Medium Orchid #B857FC

Tints of Medium Orchid #B857FC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.63%

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 35.18%
G = 16.63%
B = 48.18%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B857FC (or 0xB857FC) is known color: Medium Orchid. HEX triplet: B8, 57 and FC. RGB value is (184,87,252). Sum of RGB (Red+Green+Blue) = 184+87+252=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #B857FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B857FC is #47A803. Grayscale: #868686. Windows color (decimal): -4696068 or 16537528. OLE color: 16537528.

HSL color Cylindrical-coordinate representation of color #B857FC: hue angle of 275.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B857FC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 87 252 -
CMYK 0.27 0.65 0 0.01
HSL 275.27º 0.96% 0.66% -
HSV(B) 275.27º 0.65% 0.99% -
XYZ 40.75 24.04 94.59 -
YUV 134.81 194.14 163.08 -
System Red Green Blue C M Y K H S L
Decimal 184 87 252 0.27 0.65 0 0.01 275.27 0.96 0.66
Hex B8 57 FC 1B 41 0 1 113 60 42
Octal 270 127 374 33 101 0 1 423 140 102
Binary 10111000 1010111 11111100 11011 1000001 0 1 100010011 1100000 1000010

Color Harmonies of #B857FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B857FC

Black with #B857FC

Text Example


Text Example

White with #B857FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B857FC; }

 p { color: rgb(184,87,252); }

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

background-color css

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

 a { background-color: rgb(184,87,252); }

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

border-color css

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

 span { border-color: rgb(184,87,252); }

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