#bb6de8

Color #BB6DE8 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB6DE8

Tints of Medium Orchid #BB6DE8

Color information

#BB6DE8 (or 0xBB6DE8) is unknown color: approx Medium Orchid. HEX triplet: BB, 6D and E8. RGB value is (187,109,232). Sum of RGB (Red+Green+Blue) = 187+109+232=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB6DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6DE8 is #449217. Grayscale: #919191. Windows color (decimal): -4493848 or 15232443. OLE color: 15232443.

HSL color Cylindrical-coordinate representation of color #BB6DE8: hue angle of 278.05º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6DE8 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187109232-
CMYK0.190.5300.09
HSL278.05º72.78%66.86%-
HSV(B)278.05º53.02%90.98%-
XYZ40.5327.3379.48-
YUV146.34176.34157-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 109 (42.97% from 255) = 20.64%
BLUE value IS 232 (91.02% from 255) = 43.94%
R=35.42%
G=20.64%
B=43.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871092320.190.5300.09278.0572.7866.86
HexBB6DE81335091164943
Octal2731553502365011426111103
Binary10111011110110111101000100111101010100110001011010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb6de8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb6de8; }

 p { color: rgb(187,109,232); }

 H1.HeaderClassName
 {
   color: #bb6de8;
 }
 .AnyTagClassName
 {
   color: #bb6de8;
 }
</style>
background-color css

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

 a { background-color: rgb(187,109,232); }

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

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

 span { border-color: rgb(187,109,232); }

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