Html Css Color HEX #BB3ACE Medium Orchid

📋 copy color: '#BB3ACE'

red 187 ◦ green 58 ◦ blue 206

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

Shades of Medium Orchid #BB3ACE

Tints of Medium Orchid #BB3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.86%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 41.46%
G = 12.86%
B = 45.68%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB3ACE (or 0xBB3ACE) is known color: Medium Orchid. HEX triplet: BB, 3A and CE. RGB value is (187,58,206). Sum of RGB (Red+Green+Blue) = 187+58+206=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB3ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ACE is #44C531. Grayscale: #707070. Windows color (decimal): -4506930 or 13515451. OLE color: 13515451.

HSL color Cylindrical-coordinate representation of color #BB3ACE: hue angle of 292.3º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3ACE is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 58 206 -
CMYK 0.09 0.72 0 0.19
HSL 292.3º 0.6% 0.52% -
HSV(B) 292.3º 0.72% 0.81% -
XYZ 33.15 18.05 60.13 -
YUV 113.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 187 58 206 0.09 0.72 0 0.19 292.3 0.6 0.52
Hex BB 3A CE 9 48 0 13 124 3C 34
Octal 273 72 316 11 110 0 23 444 74 64
Binary 10111011 111010 11001110 1001 1001000 0 10011 100100100 111100 110100

Color Harmonies of #BB3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3ACE

Black with #BB3ACE

Text Example


Text Example

White with #BB3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3ACE; }

 p { color: rgb(187,58,206); }

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

background-color css

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

 a { background-color: rgb(187,58,206); }

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

border-color css

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

 span { border-color: rgb(187,58,206); }

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