Html Css Color HEX #B856FD Medium Orchid

📋 copy color: '#B856FD'

red 184 ◦ green 86 ◦ blue 253

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

Shades of Medium Orchid #B856FD

Tints of Medium Orchid #B856FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 35.18%
G = 16.44%
B = 48.37%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B856FD (or 0xB856FD) is known color: Medium Orchid. HEX triplet: B8, 56 and FD. RGB value is (184,86,253). Sum of RGB (Red+Green+Blue) = 184+86+253=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #B856FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B856FD is #47A902. Grayscale: #858585. Windows color (decimal): -4696323 or 16602808. OLE color: 16602808.

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

Color convert

RGB 184 86 253 -
CMYK 0.27 0.66 0 0.01
HSL 275.21º 0.98% 0.66% -
HSV(B) 275.21º 0.66% 0.99% -
XYZ 40.82 23.94 95.4 -
YUV 134.34 194.97 163.42 -
System Red Green Blue C M Y K H S L
Decimal 184 86 253 0.27 0.66 0 0.01 275.21 0.98 0.66
Hex B8 56 FD 1B 42 0 1 113 62 42
Octal 270 126 375 33 102 0 1 423 142 102
Binary 10111000 1010110 11111101 11011 1000010 0 1 100010011 1100010 1000010

Color Harmonies of #B856FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B856FD

Black with #B856FD

Text Example


Text Example

White with #B856FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B856FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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