Html Css Color HEX #B460CE Medium Orchid

📋 copy color: '#B460CE'

red 180 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #B460CE

Tints of Medium Orchid #B460CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 37.34%
G = 19.92%
B = 42.74%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B460CE (or 0xB460CE) is known color: Medium Orchid. HEX triplet: B4, 60 and CE. RGB value is (180,96,206). Sum of RGB (Red+Green+Blue) = 180+96+206=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #B460CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460CE is #4B9F31. Grayscale: #858585. Windows color (decimal): -4955954 or 13525172. OLE color: 13525172.

HSL color Cylindrical-coordinate representation of color #B460CE: hue angle of 285.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B460CE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 96 206 -
CMYK 0.13 0.53 0 0.19
HSL 285.82º 0.53% 0.59% -
HSV(B) 285.82º 0.53% 0.81% -
XYZ 34.15 22.53 60.94 -
YUV 133.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 180 96 206 0.13 0.53 0 0.19 285.82 0.53 0.59
Hex B4 60 CE D 35 0 13 11E 35 3B
Octal 264 140 316 15 65 0 23 436 65 73
Binary 10110100 1100000 11001110 1101 110101 0 10011 100011110 110101 111011

Color Harmonies of #B460CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B460CE

Black with #B460CE

Text Example


Text Example

White with #B460CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B460CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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