Html Css Color HEX #B460FA Medium Orchid

📋 copy color: '#B460FA'

red 180 ◦ green 96 ◦ blue 250

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

Shades of Medium Orchid #B460FA

Tints of Medium Orchid #B460FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 34.22%
G = 18.25%
B = 47.53%

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

#B460FA (or 0xB460FA) is known color: Medium Orchid. HEX triplet: B4, 60 and FA. RGB value is (180,96,250). Sum of RGB (Red+Green+Blue) = 180+96+250=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #B460FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B460FA is #4B9F05. Grayscale: #8A8A8A. Windows color (decimal): -4955910 or 16408756. OLE color: 16408756.

HSL color Cylindrical-coordinate representation of color #B460FA: hue angle of 272.73º degrees, saturation: 0.94, 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 #B460FA is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 96 250 -
CMYK 0.28 0.62 0 0.02
HSL 272.73º 0.94% 0.68% -
HSV(B) 272.73º 0.62% 0.98% -
XYZ 40.26 24.97 93.14 -
YUV 138.67 190.83 157.48 -
System Red Green Blue C M Y K H S L
Decimal 180 96 250 0.28 0.62 0 0.02 272.73 0.94 0.68
Hex B4 60 FA 1C 3E 0 2 111 5E 44
Octal 264 140 372 34 76 0 2 421 136 104
Binary 10110100 1100000 11111010 11100 111110 0 10 100010001 1011110 1000100

Color Harmonies of #B460FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B460FA

Black with #B460FA

Text Example


Text Example

White with #B460FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B460FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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