Html Css Color HEX #B460DB Medium Orchid

📋 copy color: '#B460DB'

red 180 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #B460DB

Tints of Medium Orchid #B460DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 36.36%
G = 19.39%
B = 44.24%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B460DB (or 0xB460DB) is known color: Medium Orchid. HEX triplet: B4, 60 and DB. RGB value is (180,96,219). Sum of RGB (Red+Green+Blue) = 180+96+219=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #B460DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460DB is #4B9F24. Grayscale: #868686. Windows color (decimal): -4955941 or 14377140. OLE color: 14377140.

HSL color Cylindrical-coordinate representation of color #B460DB: hue angle of 280.98º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B460DB is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 96 219 -
CMYK 0.18 0.56 0 0.14
HSL 280.98º 0.63% 0.62% -
HSV(B) 280.98º 0.56% 0.86% -
XYZ 35.79 23.18 69.61 -
YUV 135.14 175.33 160 -
System Red Green Blue C M Y K H S L
Decimal 180 96 219 0.18 0.56 0 0.14 280.98 0.63 0.62
Hex B4 60 DB 12 38 0 E 119 3F 3E
Octal 264 140 333 22 70 0 16 431 77 76
Binary 10110100 1100000 11011011 10010 111000 0 1110 100011001 111111 111110

Color Harmonies of #B460DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B460DB

Black with #B460DB

Text Example


Text Example

White with #B460DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B460DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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