Html Css Color HEX #B859FC Medium Orchid

📋 copy color: '#B859FC'

red 184 ◦ green 89 ◦ blue 252

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

Shades of Medium Orchid #B859FC

Tints of Medium Orchid #B859FC

RGB

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

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

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

R = 35.05%
G = 16.95%
B = 48%

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

#B859FC (or 0xB859FC) is known color: Medium Orchid. HEX triplet: B8, 59 and FC. RGB value is (184,89,252). Sum of RGB (Red+Green+Blue) = 184+89+252=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #B859FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B859FC is #47A603. Grayscale: #878787. Windows color (decimal): -4695556 or 16538040. OLE color: 16538040.

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

Color convert

RGB 184 89 252 -
CMYK 0.27 0.65 0 0.01
HSL 274.97º 0.96% 0.67% -
HSV(B) 274.97º 0.65% 0.99% -
XYZ 40.91 24.36 94.64 -
YUV 135.99 193.47 162.25 -
System Red Green Blue C M Y K H S L
Decimal 184 89 252 0.27 0.65 0 0.01 274.97 0.96 0.67
Hex B8 59 FC 1B 41 0 1 113 60 43
Octal 270 131 374 33 101 0 1 423 140 103
Binary 10111000 1011001 11111100 11011 1000001 0 1 100010011 1100000 1000011

Color Harmonies of #B859FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B859FC

Black with #B859FC

Text Example


Text Example

White with #B859FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B859FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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