Html Css Color HEX #BB5DDD Medium Orchid

📋 copy color: '#BB5DDD'

red 187 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #BB5DDD

Tints of Medium Orchid #BB5DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.56%

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

R = 37.33%
G = 18.56%
B = 44.11%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB5DDD (or 0xBB5DDD) is known color: Medium Orchid. HEX triplet: BB, 5D and DD. RGB value is (187,93,221). Sum of RGB (Red+Green+Blue) = 187+93+221=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DDD is #44A222. Grayscale: #878787. Windows color (decimal): -4497955 or 14507451. OLE color: 14507451.

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

Color convert

RGB 187 93 221 -
CMYK 0.15 0.58 0 0.13
HSL 284.06º 0.65% 0.62% -
HSV(B) 284.06º 0.58% 0.87% -
XYZ 37.46 23.61 70.99 -
YUV 135.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 187 93 221 0.15 0.58 0 0.13 284.06 0.65 0.62
Hex BB 5D DD F 3A 0 D 11C 41 3E
Octal 273 135 335 17 72 0 15 434 101 76
Binary 10111011 1011101 11011101 1111 111010 0 1101 100011100 1000001 111110

Color Harmonies of #BB5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DDD

Black with #BB5DDD

Text Example


Text Example

White with #BB5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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