Html Css Color HEX #BB66E3 Medium Orchid

📋 copy color: '#BB66E3'

red 187 ◦ green 102 ◦ blue 227

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

Shades of Medium Orchid #BB66E3

Tints of Medium Orchid #BB66E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.99%

R = 36.24%
G = 19.77%
B = 43.99%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB66E3 (or 0xBB66E3) is known color: Medium Orchid. HEX triplet: BB, 66 and E3. RGB value is (187,102,227). Sum of RGB (Red+Green+Blue) = 187+102+227=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 227 (89.06% from 255 or 43.99% from 516); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB66E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66E3 is #44991C. Grayscale: #8D8D8D. Windows color (decimal): -4495645 or 14902971. OLE color: 14902971.

HSL color Cylindrical-coordinate representation of color #BB66E3: hue angle of 280.8º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB66E3 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 102 227 -
CMYK 0.18 0.55 0 0.11
HSL 280.8º 0.69% 0.65% -
HSV(B) 280.8º 0.55% 0.89% -
XYZ 39.11 25.61 75.56 -
YUV 141.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 187 102 227 0.18 0.55 0 0.11 280.8 0.69 0.65
Hex BB 66 E3 12 37 0 B 119 45 41
Octal 273 146 343 22 67 0 13 431 105 101
Binary 10111011 1100110 11100011 10010 110111 0 1011 100011001 1000101 1000001

Color Harmonies of #BB66E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66E3

Black with #BB66E3

Text Example


Text Example

White with #BB66E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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