Html Css Color HEX #BB60CF Medium Orchid

📋 copy color: '#BB60CF'

red 187 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #BB60CF

Tints of Medium Orchid #BB60CF

RGB

 RED value IS 187 (73.44% from 255) = 38.16%

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

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

R = 38.16%
G = 19.59%
B = 42.24%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB60CF (or 0xBB60CF) is known color: Medium Orchid. HEX triplet: BB, 60 and CF. RGB value is (187,96,207). Sum of RGB (Red+Green+Blue) = 187+96+207=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB60CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60CF is #449F30. Grayscale: #878787. Windows color (decimal): -4497201 or 13590715. OLE color: 13590715.

HSL color Cylindrical-coordinate representation of color #BB60CF: hue angle of 289.19º 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 #BB60CF is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 96 207 -
CMYK 0.10 0.54 0 0.19
HSL 289.19º 0.54% 0.59% -
HSV(B) 289.19º 0.54% 0.81% -
XYZ 35.94 23.44 61.66 -
YUV 135.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 187 96 207 0.10 0.54 0 0.19 289.19 0.54 0.59
Hex BB 60 CF A 36 0 13 121 36 3B
Octal 273 140 317 12 66 0 23 441 66 73
Binary 10111011 1100000 11001111 1010 110110 0 10011 100100001 110110 111011

Color Harmonies of #BB60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60CF

Black with #BB60CF

Text Example


Text Example

White with #BB60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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