#bb38d5

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

Shades of Medium Orchid #BB38D5

Tints of Medium Orchid #BB38D5

Color information

#BB38D5 (or 0xBB38D5) is unknown color: approx Medium Orchid. HEX triplet: BB, 38 and D5. RGB value is (187,56,213). Sum of RGB (Red+Green+Blue) = 187+56+213=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB38D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38D5 is #44C72A. Grayscale: #707070. Windows color (decimal): -4507435 or 13973691. OLE color: 13973691.

HSL color Cylindrical-coordinate representation of color #BB38D5: hue angle of 290.06º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB38D5 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18756213-
CMYK0.120.7400.16
HSL290.06º65.15%52.75%-
HSV(B)290.06º73.71%83.53%-
XYZ33.9218.264.68-
YUV113.07184.4180.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 56 (22.27% from 255) = 12.28%
BLUE value IS 213 (83.59% from 255) = 46.71%
R=41.01%
G=12.28%
B=46.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187562130.120.7400.16290.0665.1552.75
HexBB38D5C4A0101224135
Octal273703251411202044210165
Binary1011101111100011010101110010010100100001001000101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb38d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb38d5; }

 p { color: rgb(187,56,213); }

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

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

 a { background-color: rgb(187,56,213); }

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

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

 span { border-color: rgb(187,56,213); }

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