Html Css Color HEX #BB65DB Medium Orchid

📋 copy color: '#BB65DB'

red 187 ◦ green 101 ◦ blue 219

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

Shades of Medium Orchid #BB65DB

Tints of Medium Orchid #BB65DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.92%

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

R = 36.88%
G = 19.92%
B = 43.2%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB65DB (or 0xBB65DB) is known color: Medium Orchid. HEX triplet: BB, 65 and DB. RGB value is (187,101,219). Sum of RGB (Red+Green+Blue) = 187+101+219=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB65DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65DB is #449A24. Grayscale: #8B8B8B. Windows color (decimal): -4495909 or 14378427. OLE color: 14378427.

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

Color convert

RGB 187 101 219 -
CMYK 0.15 0.54 0 0.14
HSL 283.73º 0.62% 0.63% -
HSV(B) 283.73º 0.54% 0.86% -
XYZ 37.93 24.99 69.84 -
YUV 140.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 187 101 219 0.15 0.54 0 0.14 283.73 0.62 0.63
Hex BB 65 DB F 36 0 E 11C 3E 3F
Octal 273 145 333 17 66 0 16 434 76 77
Binary 10111011 1100101 11011011 1111 110110 0 1110 100011100 111110 111111

Color Harmonies of #BB65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65DB

Black with #BB65DB

Text Example


Text Example

White with #BB65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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