#BB68CA

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

Shades of Medium Orchid #BB68CA

Tints of Medium Orchid #BB68CA

Color information

#BB68CA (or 0xBB68CA) is unknown color: approx Medium Orchid. HEX triplet: BB, 68 and CA. RGB value is (187,104,202). Sum of RGB (Red+Green+Blue) = 187+104+202=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68CA is #449735. Grayscale: #8B8B8B. Windows color (decimal): -4495158 or 13265083. OLE color: 13265083.

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

Color convert

RGB187104202-
CMYK0.070.4900.21
HSL290.82º48.04%60%-
HSV(B)290.82º48.51%79.22%-
XYZ36.124.7358.75-
YUV139.99163161.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 104 (41.02% from 255) = 21.10%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=37.93%
G=21.10%
B=40.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871042020.070.4900.21290.8248.0460
HexBB68CA731015123303c
Octal2731503127610254436074
Binary10111011110100011001010111110001010101100100011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB68CA; }

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

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

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

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

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

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

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

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