Html Css Color HEX #B460CF Medium Orchid

📋 copy color: '#B460CF'

red 180 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #B460CF

Tints of Medium Orchid #B460CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 37.27%
G = 19.88%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B460CF (or 0xB460CF) is known color: Medium Orchid. HEX triplet: B4, 60 and CF. RGB value is (180,96,207). Sum of RGB (Red+Green+Blue) = 180+96+207=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #B460CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460CF is #4B9F30. Grayscale: #858585. Windows color (decimal): -4955953 or 13590708. OLE color: 13590708.

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

Color convert

RGB 180 96 207 -
CMYK 0.13 0.54 0 0.19
HSL 285.41º 0.54% 0.59% -
HSV(B) 285.41º 0.54% 0.81% -
XYZ 34.27 22.57 61.58 -
YUV 133.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 180 96 207 0.13 0.54 0 0.19 285.41 0.54 0.59
Hex B4 60 CF D 36 0 13 11D 36 3B
Octal 264 140 317 15 66 0 23 435 66 73
Binary 10110100 1100000 11001111 1101 110110 0 10011 100011101 110110 111011

Color Harmonies of #B460CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B460CF

Black with #B460CF

Text Example


Text Example

White with #B460CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B460CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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