Html Css Color HEX #B460FE Medium Orchid

📋 copy color: '#B460FE'

red 180 ◦ green 96 ◦ blue 254

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

Shades of Medium Orchid #B460FE

Tints of Medium Orchid #B460FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.11%

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

R = 33.96%
G = 18.11%
B = 47.92%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B460FE (or 0xB460FE) is known color: Medium Orchid. HEX triplet: B4, 60 and FE. RGB value is (180,96,254). Sum of RGB (Red+Green+Blue) = 180+96+254=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #B460FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B460FE is #4B9F01. Grayscale: #8A8A8A. Windows color (decimal): -4955906 or 16670900. OLE color: 16670900.

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

Color convert

RGB 180 96 254 -
CMYK 0.29 0.62 0 0.00
HSL 271.9º 0.99% 0.69% -
HSV(B) 271.9º 0.62% 1% -
XYZ 40.89 25.22 96.48 -
YUV 139.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 180 96 254 0.29 0.62 0 0.00 271.9 0.99 0.69
Hex B4 60 FE 1D 3E 0 0 110 63 45
Octal 264 140 376 35 76 0 0 420 143 105
Binary 10110100 1100000 11111110 11101 111110 0 0 100010000 1100011 1000101

Color Harmonies of #B460FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B460FE

Black with #B460FE

Text Example


Text Example

White with #B460FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B460FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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