Html Css Color HEX #B859FE Medium Orchid

📋 copy color: '#B859FE'

red 184 ◦ green 89 ◦ blue 254

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

Shades of Medium Orchid #B859FE

Tints of Medium Orchid #B859FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.89%

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

R = 34.91%
G = 16.89%
B = 48.2%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B859FE (or 0xB859FE) is known color: Medium Orchid. HEX triplet: B8, 59 and FE. RGB value is (184,89,254). Sum of RGB (Red+Green+Blue) = 184+89+254=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #B859FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B859FE is #47A601. Grayscale: #878787. Windows color (decimal): -4695554 or 16669112. OLE color: 16669112.

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

Color convert

RGB 184 89 254 -
CMYK 0.28 0.65 0 0.00
HSL 274.55º 0.99% 0.67% -
HSV(B) 274.55º 0.65% 1% -
XYZ 41.23 24.49 96.32 -
YUV 136.22 194.47 162.08 -
System Red Green Blue C M Y K H S L
Decimal 184 89 254 0.28 0.65 0 0.00 274.55 0.99 0.67
Hex B8 59 FE 1C 41 0 0 113 63 43
Octal 270 131 376 34 101 0 0 423 143 103
Binary 10111000 1011001 11111110 11100 1000001 0 0 100010011 1100011 1000011

Color Harmonies of #B859FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B859FE

Black with #B859FE

Text Example


Text Example

White with #B859FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B859FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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