Html Css Color HEX #BB60CC Medium Orchid

📋 copy color: '#BB60CC'

red 187 ◦ green 96 ◦ blue 204

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

Shades of Medium Orchid #BB60CC

Tints of Medium Orchid #BB60CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 38.4%
G = 19.71%
B = 41.89%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB60CC (or 0xBB60CC) is known color: Medium Orchid. HEX triplet: BB, 60 and CC. RGB value is (187,96,204). Sum of RGB (Red+Green+Blue) = 187+96+204=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60CC is #449F33. Grayscale: #878787. Windows color (decimal): -4497204 or 13394107. OLE color: 13394107.

HSL color Cylindrical-coordinate representation of color #BB60CC: hue angle of 290.56º 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 #BB60CC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 96 204 -
CMYK 0.08 0.53 0 0.2
HSL 290.56º 0.51% 0.59% -
HSV(B) 290.56º 0.53% 0.8% -
XYZ 35.58 23.29 59.75 -
YUV 135.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 187 96 204 0.08 0.53 0 0.2 290.56 0.51 0.59
Hex BB 60 CC 8 35 0 14 123 33 3B
Octal 273 140 314 10 65 0 24 443 63 73
Binary 10111011 1100000 11001100 1000 110101 0 10100 100100011 110011 111011

Color Harmonies of #BB60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60CC

Black with #BB60CC

Text Example


Text Example

White with #BB60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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