Html Css Color HEX #B456FF Medium Orchid

📋 copy color: '#B456FF'

red 180 ◦ green 86 ◦ blue 255

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

Shades of Medium Orchid #B456FF

Tints of Medium Orchid #B456FF

RGB

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

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

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

R = 34.55%
G = 16.51%
B = 48.94%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B456FF (or 0xB456FF) is known color: Medium Orchid. HEX triplet: B4, 56 and FF. RGB value is (180,86,255). Sum of RGB (Red+Green+Blue) = 180+86+255=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #B456FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B456FF is #4BA900. Grayscale: #848484. Windows color (decimal): -4958465 or 16733876. OLE color: 16733876.

HSL color Cylindrical-coordinate representation of color #B456FF: hue angle of 273.37º 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 #B456FF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 86 255 -
CMYK 0.29 0.66 0 0
HSL 273.37º 1% 0.67% -
HSV(B) 273.37º 0.66% 1% -
XYZ 40.2 23.58 97.04 -
YUV 133.37 196.64 161.26 -
System Red Green Blue C M Y K H S L
Decimal 180 86 255 0.29 0.66 0 0 273.37 1 0.67
Hex B4 56 FF 1D 42 0 0 111 64 43
Octal 264 126 377 35 102 0 0 421 144 103
Binary 10110100 1010110 11111111 11101 1000010 0 0 100010001 1100100 1000011

Color Harmonies of #B456FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456FF

Black with #B456FF

Text Example


Text Example

White with #B456FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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