Html Css Color HEX #BB3ADE Medium Orchid

📋 copy color: '#BB3ADE'

red 187 ◦ green 58 ◦ blue 222

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

Shades of Medium Orchid #BB3ADE

Tints of Medium Orchid #BB3ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 40.04%
G = 12.42%
B = 47.54%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB3ADE (or 0xBB3ADE) is known color: Medium Orchid. HEX triplet: BB, 3A and DE. RGB value is (187,58,222). Sum of RGB (Red+Green+Blue) = 187+58+222=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB3ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ADE is #44C521. Grayscale: #727272. Windows color (decimal): -4506914 or 14564027. OLE color: 14564027.

HSL color Cylindrical-coordinate representation of color #BB3ADE: hue angle of 287.2º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3ADE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 58 222 -
CMYK 0.16 0.74 0 0.13
HSL 287.2º 0.71% 0.55% -
HSV(B) 287.2º 0.74% 0.87% -
XYZ 35.19 18.86 70.89 -
YUV 115.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 187 58 222 0.16 0.74 0 0.13 287.2 0.71 0.55
Hex BB 3A DE 10 4A 0 D 11F 47 37
Octal 273 72 336 20 112 0 15 437 107 67
Binary 10111011 111010 11011110 10000 1001010 0 1101 100011111 1000111 110111

Color Harmonies of #BB3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3ADE

Black with #BB3ADE

Text Example


Text Example

White with #BB3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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