Html Css Color HEX #BB69DB Medium Orchid

📋 copy color: '#BB69DB'

red 187 ◦ green 105 ◦ blue 219

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

Shades of Medium Orchid #BB69DB

Tints of Medium Orchid #BB69DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.55%

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

R = 36.59%
G = 20.55%
B = 42.86%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB69DB (or 0xBB69DB) is known color: Medium Orchid. HEX triplet: BB, 69 and DB. RGB value is (187,105,219). Sum of RGB (Red+Green+Blue) = 187+105+219=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69DB is #449624. Grayscale: #8E8E8E. Windows color (decimal): -4494885 or 14379451. OLE color: 14379451.

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

Color convert

RGB 187 105 219 -
CMYK 0.15 0.52 0 0.14
HSL 283.16º 0.61% 0.64% -
HSV(B) 283.16º 0.52% 0.86% -
XYZ 38.33 25.78 69.97 -
YUV 142.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 187 105 219 0.15 0.52 0 0.14 283.16 0.61 0.64
Hex BB 69 DB F 34 0 E 11B 3D 40
Octal 273 151 333 17 64 0 16 433 75 100
Binary 10111011 1101001 11011011 1111 110100 0 1110 100011011 111101 1000000

Color Harmonies of #BB69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69DB

Black with #BB69DB

Text Example


Text Example

White with #BB69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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