#BB43CA

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

Shades of Medium Orchid #BB43CA

Tints of Medium Orchid #BB43CA

Color information

#BB43CA (or 0xBB43CA) is unknown color: approx Medium Orchid. HEX triplet: BB, 43 and CA. RGB value is (187,67,202). Sum of RGB (Red+Green+Blue) = 187+67+202=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB43CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43CA is #44BC35. Grayscale: #757575. Windows color (decimal): -4504630 or 13255611. OLE color: 13255611.

HSL color Cylindrical-coordinate representation of color #BB43CA: hue angle of 293.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB43CA is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18767202-
CMYK0.070.6700.21
HSL293.33º56.02%52.75%-
HSV(B)293.33º66.83%79.22%-
XYZ33.1618.8457.77-
YUV118.27175.26177.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 67 (26.56% from 255) = 14.69%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=41.01%
G=14.69%
B=44.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187672020.070.6700.21293.3356.0252.75
HexBB43CA7430151253835
Octal27310331271030254457065
Binary101110111000011110010101111000011010101100100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB43CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB43CA; }

 p { color: rgb(187,67,202); }

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

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

 a { background-color: rgb(187,67,202); }

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

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

 span { border-color: rgb(187,67,202); }

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