Html Css Color HEX #BB5DDB Medium Orchid

📋 copy color: '#BB5DDB'

red 187 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #BB5DDB

Tints of Medium Orchid #BB5DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 37.47%
G = 18.64%
B = 43.89%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB5DDB (or 0xBB5DDB) is known color: Medium Orchid. HEX triplet: BB, 5D and DB. RGB value is (187,93,219). Sum of RGB (Red+Green+Blue) = 187+93+219=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DDB is #44A224. Grayscale: #878787. Windows color (decimal): -4497957 or 14376379. OLE color: 14376379.

HSL color Cylindrical-coordinate representation of color #BB5DDB: hue angle of 284.76º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5DDB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 93 219 -
CMYK 0.15 0.58 0 0.14
HSL 284.76º 0.64% 0.61% -
HSV(B) 284.76º 0.58% 0.86% -
XYZ 37.19 23.51 69.59 -
YUV 135.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 187 93 219 0.15 0.58 0 0.14 284.76 0.64 0.61
Hex BB 5D DB F 3A 0 E 11D 40 3D
Octal 273 135 333 17 72 0 16 435 100 75
Binary 10111011 1011101 11011011 1111 111010 0 1110 100011101 1000000 111101

Color Harmonies of #BB5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DDB

Black with #BB5DDB

Text Example


Text Example

White with #BB5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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