Html Css Color HEX #BB60ED Medium Orchid

📋 copy color: '#BB60ED'

red 187 ◦ green 96 ◦ blue 237

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

Shades of Medium Orchid #BB60ED

Tints of Medium Orchid #BB60ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 35.96%
G = 18.46%
B = 45.58%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB60ED (or 0xBB60ED) is known color: Medium Orchid. HEX triplet: BB, 60 and ED. RGB value is (187,96,237). Sum of RGB (Red+Green+Blue) = 187+96+237=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB60ED is #449F12. Grayscale: #8A8A8A. Windows color (decimal): -4497171 or 15556795. OLE color: 15556795.

HSL color Cylindrical-coordinate representation of color #BB60ED: hue angle of 278.72º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB60ED is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 96 237 -
CMYK 0.21 0.59 0 0.07
HSL 278.72º 0.8% 0.65% -
HSV(B) 278.72º 0.59% 0.93% -
XYZ 39.96 25.04 82.85 -
YUV 139.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 187 96 237 0.21 0.59 0 0.07 278.72 0.8 0.65
Hex BB 60 ED 15 3B 0 7 117 50 41
Octal 273 140 355 25 73 0 7 427 120 101
Binary 10111011 1100000 11101101 10101 111011 0 111 100010111 1010000 1000001

Color Harmonies of #BB60ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60ED

Black with #BB60ED

Text Example


Text Example

White with #BB60ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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