Html Css Color HEX #B460FB Medium Orchid

📋 copy color: '#B460FB'

red 180 ◦ green 96 ◦ blue 251

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

Shades of Medium Orchid #B460FB

Tints of Medium Orchid #B460FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 34.16%
G = 18.22%
B = 47.63%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B460FB (or 0xB460FB) is known color: Medium Orchid. HEX triplet: B4, 60 and FB. RGB value is (180,96,251). Sum of RGB (Red+Green+Blue) = 180+96+251=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #B460FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B460FB is #4B9F04. Grayscale: #8A8A8A. Windows color (decimal): -4955909 or 16474292. OLE color: 16474292.

HSL color Cylindrical-coordinate representation of color #B460FB: hue angle of 272.52º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B460FB is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 96 251 -
CMYK 0.28 0.62 0 0.02
HSL 272.52º 0.95% 0.68% -
HSV(B) 272.52º 0.62% 0.98% -
XYZ 40.42 25.03 93.97 -
YUV 138.79 191.33 157.4 -
System Red Green Blue C M Y K H S L
Decimal 180 96 251 0.28 0.62 0 0.02 272.52 0.95 0.68
Hex B4 60 FB 1C 3E 0 2 111 5F 44
Octal 264 140 373 34 76 0 2 421 137 104
Binary 10110100 1100000 11111011 11100 111110 0 10 100010001 1011111 1000100

Color Harmonies of #B460FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B460FB

Black with #B460FB

Text Example


Text Example

White with #B460FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B460FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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