Html Css Color HEX #B460CB Medium Orchid

📋 copy color: '#B460CB'

red 180 ◦ green 96 ◦ blue 203

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

Shades of Medium Orchid #B460CB

Tints of Medium Orchid #B460CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 37.58%
G = 20.04%
B = 42.38%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B460CB (or 0xB460CB) is known color: Medium Orchid. HEX triplet: B4, 60 and CB. RGB value is (180,96,203). Sum of RGB (Red+Green+Blue) = 180+96+203=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #B460CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460CB is #4B9F34. Grayscale: #848484. Windows color (decimal): -4955957 or 13328564. OLE color: 13328564.

HSL color Cylindrical-coordinate representation of color #B460CB: hue angle of 287.1º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B460CB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 96 203 -
CMYK 0.11 0.53 0 0.20
HSL 287.1º 0.51% 0.59% -
HSV(B) 287.1º 0.53% 0.8% -
XYZ 33.78 22.38 59.04 -
YUV 133.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 180 96 203 0.11 0.53 0 0.20 287.1 0.51 0.59
Hex B4 60 CB B 35 0 14 11F 33 3B
Octal 264 140 313 13 65 0 24 437 63 73
Binary 10110100 1100000 11001011 1011 110101 0 10100 100011111 110011 111011

Color Harmonies of #B460CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B460CB

Black with #B460CB

Text Example


Text Example

White with #B460CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B460CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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