Html Css Color HEX #BB3DD7 Medium Orchid

📋 copy color: '#BB3DD7'

red 187 ◦ green 61 ◦ blue 215

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

Shades of Medium Orchid #BB3DD7

Tints of Medium Orchid #BB3DD7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.17%

 BLUE value IS 215 (84.38% from 255) = 46.44%

R = 40.39%
G = 13.17%
B = 46.44%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB3DD7 (or 0xBB3DD7) is known color: Medium Orchid. HEX triplet: BB, 3D and D7. RGB value is (187,61,215). Sum of RGB (Red+Green+Blue) = 187+61+215=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB3DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DD7 is #44C228. Grayscale: #737373. Windows color (decimal): -4506153 or 14106043. OLE color: 14106043.

HSL color Cylindrical-coordinate representation of color #BB3DD7: hue angle of 289.09º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3DD7 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 61 215 -
CMYK 0.13 0.72 0 0.16
HSL 289.09º 0.66% 0.54% -
HSV(B) 289.09º 0.72% 0.84% -
XYZ 34.43 18.81 66.11 -
YUV 116.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 187 61 215 0.13 0.72 0 0.16 289.09 0.66 0.54
Hex BB 3D D7 D 48 0 10 121 42 36
Octal 273 75 327 15 110 0 20 441 102 66
Binary 10111011 111101 11010111 1101 1001000 0 10000 100100001 1000010 110110

Color Harmonies of #BB3DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3DD7

Black with #BB3DD7

Text Example


Text Example

White with #BB3DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3DD7; }

 p { color: rgb(187,61,215); }

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

background-color css

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

 a { background-color: rgb(187,61,215); }

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

border-color css

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

 span { border-color: rgb(187,61,215); }

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