Html Css Color HEX #B460C8 Medium Orchid

📋 copy color: '#B460C8'

red 180 ◦ green 96 ◦ blue 200

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

Shades of Medium Orchid #B460C8

Tints of Medium Orchid #B460C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.02%

R = 37.82%
G = 20.17%
B = 42.02%

CMYK

 C value IS 0.1

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B460C8 (or 0xB460C8) is known color: Medium Orchid. HEX triplet: B4, 60 and C8. RGB value is (180,96,200). Sum of RGB (Red+Green+Blue) = 180+96+200=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #B460C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460C8 is #4B9F37. Grayscale: #848484. Windows color (decimal): -4955960 or 13131956. OLE color: 13131956.

HSL color Cylindrical-coordinate representation of color #B460C8: hue angle of 288.46º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B460C8 is Cyan = 0.1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 96 200 -
CMYK 0.1 0.52 0 0.22
HSL 288.46º 0.49% 0.58% -
HSV(B) 288.46º 0.52% 0.78% -
XYZ 33.43 22.24 57.17 -
YUV 132.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 180 96 200 0.1 0.52 0 0.22 288.46 0.49 0.58
Hex B4 60 C8 A 34 0 16 120 31 3A
Octal 264 140 310 12 64 0 26 440 61 72
Binary 10110100 1100000 11001000 1010 110100 0 10110 100100000 110001 111010

Color Harmonies of #B460C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B460C8

Black with #B460C8

Text Example


Text Example

White with #B460C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B460C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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