Html Css Color HEX #B456FE Medium Orchid

📋 copy color: '#B456FE'

red 180 ◦ green 86 ◦ blue 254

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

Shades of Medium Orchid #B456FE

Tints of Medium Orchid #B456FE

RGB

 RED value IS 180 (70.7% from 255) = 34.62%

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

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

R = 34.62%
G = 16.54%
B = 48.85%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B456FE (or 0xB456FE) is known color: Medium Orchid. HEX triplet: B4, 56 and FE. RGB value is (180,86,254). Sum of RGB (Red+Green+Blue) = 180+86+254=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #B456FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B456FE is #4BA901. Grayscale: #848484. Windows color (decimal): -4958466 or 16668340. OLE color: 16668340.

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

Color convert

RGB 180 86 254 -
CMYK 0.29 0.66 0 0.00
HSL 273.57º 0.99% 0.67% -
HSV(B) 273.57º 0.66% 1% -
XYZ 40.04 23.51 96.19 -
YUV 133.26 196.14 161.34 -
System Red Green Blue C M Y K H S L
Decimal 180 86 254 0.29 0.66 0 0.00 273.57 0.99 0.67
Hex B4 56 FE 1D 42 0 0 112 63 43
Octal 264 126 376 35 102 0 0 422 143 103
Binary 10110100 1010110 11111110 11101 1000010 0 0 100010010 1100011 1000011

Color Harmonies of #B456FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456FE

Black with #B456FE

Text Example


Text Example

White with #B456FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456FE; }

 p { color: rgb(180,86,254); }

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

background-color css

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

 a { background-color: rgb(180,86,254); }

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

border-color css

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

 span { border-color: rgb(180,86,254); }

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