Html Css Color HEX #B460DA Medium Orchid

📋 copy color: '#B460DA'

red 180 ◦ green 96 ◦ blue 218

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

Shades of Medium Orchid #B460DA

Tints of Medium Orchid #B460DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 36.44%
G = 19.43%
B = 44.13%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B460DA (or 0xB460DA) is known color: Medium Orchid. HEX triplet: B4, 60 and DA. RGB value is (180,96,218). Sum of RGB (Red+Green+Blue) = 180+96+218=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #B460DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460DA is #4B9F25. Grayscale: #868686. Windows color (decimal): -4955942 or 14311604. OLE color: 14311604.

HSL color Cylindrical-coordinate representation of color #B460DA: hue angle of 281.31º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B460DA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 96 218 -
CMYK 0.17 0.56 0 0.15
HSL 281.31º 0.62% 0.62% -
HSV(B) 281.31º 0.56% 0.85% -
XYZ 35.66 23.13 68.91 -
YUV 135.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 180 96 218 0.17 0.56 0 0.15 281.31 0.62 0.62
Hex B4 60 DA 11 38 0 F 119 3E 3E
Octal 264 140 332 21 70 0 17 431 76 76
Binary 10110100 1100000 11011010 10001 111000 0 1111 100011001 111110 111110

Color Harmonies of #B460DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B460DA

Black with #B460DA

Text Example


Text Example

White with #B460DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B460DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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