Html Css Color HEX #B856FF Medium Orchid

📋 copy color: '#B856FF'

red 184 ◦ green 86 ◦ blue 255

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

Shades of Medium Orchid #B856FF

Tints of Medium Orchid #B856FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.38%

 BLUE value IS 255 (100% from 255) = 48.57%

R = 35.05%
G = 16.38%
B = 48.57%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B856FF (or 0xB856FF) is known color: Medium Orchid. HEX triplet: B8, 56 and FF. RGB value is (184,86,255). Sum of RGB (Red+Green+Blue) = 184+86+255=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #B856FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B856FF is #47A900. Grayscale: #858585. Windows color (decimal): -4696321 or 16733880. OLE color: 16733880.

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

Color convert

RGB 184 86 255 -
CMYK 0.28 0.66 0 0
HSL 274.79º 1% 0.67% -
HSV(B) 274.79º 0.66% 1% -
XYZ 41.14 24.07 97.08 -
YUV 134.57 195.97 163.26 -
System Red Green Blue C M Y K H S L
Decimal 184 86 255 0.28 0.66 0 0 274.79 1 0.67
Hex B8 56 FF 1C 42 0 0 113 64 43
Octal 270 126 377 34 102 0 0 423 144 103
Binary 10111000 1010110 11111111 11100 1000010 0 0 100010011 1100100 1000011

Color Harmonies of #B856FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856FF

Black with #B856FF

Text Example


Text Example

White with #B856FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856FF; }

 p { color: rgb(184,86,255); }

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

background-color css

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

 a { background-color: rgb(184,86,255); }

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

border-color css

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

 span { border-color: rgb(184,86,255); }

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