Html Css Color HEX #BB66DF Medium Orchid

📋 copy color: '#BB66DF'

red 187 ◦ green 102 ◦ blue 223

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

Shades of Medium Orchid #BB66DF

Tints of Medium Orchid #BB66DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 36.52%
G = 19.92%
B = 43.55%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB66DF (or 0xBB66DF) is known color: Medium Orchid. HEX triplet: BB, 66 and DF. RGB value is (187,102,223). Sum of RGB (Red+Green+Blue) = 187+102+223=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66DF is #449920. Grayscale: #8C8C8C. Windows color (decimal): -4495649 or 14640827. OLE color: 14640827.

HSL color Cylindrical-coordinate representation of color #BB66DF: hue angle of 282.15º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB66DF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 102 223 -
CMYK 0.16 0.54 0 0.13
HSL 282.15º 0.65% 0.64% -
HSV(B) 282.15º 0.54% 0.87% -
XYZ 38.56 25.4 72.68 -
YUV 141.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 187 102 223 0.16 0.54 0 0.13 282.15 0.65 0.64
Hex BB 66 DF 10 36 0 D 11A 41 40
Octal 273 146 337 20 66 0 15 432 101 100
Binary 10111011 1100110 11011111 10000 110110 0 1101 100011010 1000001 1000000

Color Harmonies of #BB66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66DF

Black with #BB66DF

Text Example


Text Example

White with #BB66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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