Html Css Color HEX #BB66E1 Medium Orchid

📋 copy color: '#BB66E1'

red 187 ◦ green 102 ◦ blue 225

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

Shades of Medium Orchid #BB66E1

Tints of Medium Orchid #BB66E1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.84%

 BLUE value IS 225 (88.28% from 255) = 43.77%

R = 36.38%
G = 19.84%
B = 43.77%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB66E1 (or 0xBB66E1) is known color: Medium Orchid. HEX triplet: BB, 66 and E1. RGB value is (187,102,225). Sum of RGB (Red+Green+Blue) = 187+102+225=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB66E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66E1 is #44991E. Grayscale: #8D8D8D. Windows color (decimal): -4495647 or 14771899. OLE color: 14771899.

HSL color Cylindrical-coordinate representation of color #BB66E1: hue angle of 281.46º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB66E1 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 102 225 -
CMYK 0.17 0.55 0 0.12
HSL 281.46º 0.67% 0.64% -
HSV(B) 281.46º 0.55% 0.88% -
XYZ 38.84 25.5 74.11 -
YUV 141.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 187 102 225 0.17 0.55 0 0.12 281.46 0.67 0.64
Hex BB 66 E1 11 37 0 C 119 43 40
Octal 273 146 341 21 67 0 14 431 103 100
Binary 10111011 1100110 11100001 10001 110111 0 1100 100011001 1000011 1000000

Color Harmonies of #BB66E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66E1

Black with #BB66E1

Text Example


Text Example

White with #BB66E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66E1; }

 p { color: rgb(187,102,225); }

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

background-color css

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

 a { background-color: rgb(187,102,225); }

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

border-color css

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

 span { border-color: rgb(187,102,225); }

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