Html Css Color HEX #BB3DDD Medium Orchid

📋 copy color: '#BB3DDD'

red 187 ◦ green 61 ◦ blue 221

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

Shades of Medium Orchid #BB3DDD

Tints of Medium Orchid #BB3DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 39.87%
G = 13.01%
B = 47.12%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB3DDD (or 0xBB3DDD) is known color: Medium Orchid. HEX triplet: BB, 3D and DD. RGB value is (187,61,221). Sum of RGB (Red+Green+Blue) = 187+61+221=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB3DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DDD is #44C222. Grayscale: #747474. Windows color (decimal): -4506147 or 14499259. OLE color: 14499259.

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

Color convert

RGB 187 61 221 -
CMYK 0.15 0.72 0 0.13
HSL 287.25º 0.7% 0.55% -
HSV(B) 287.25º 0.72% 0.87% -
XYZ 35.21 19.12 70.24 -
YUV 116.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 187 61 221 0.15 0.72 0 0.13 287.25 0.7 0.55
Hex BB 3D DD F 48 0 D 11F 46 37
Octal 273 75 335 17 110 0 15 437 106 67
Binary 10111011 111101 11011101 1111 1001000 0 1101 100011111 1000110 110111

Color Harmonies of #BB3DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3DDD

Black with #BB3DDD

Text Example


Text Example

White with #BB3DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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