Html Css Color HEX #BC65DB Medium Orchid

📋 copy color: '#BC65DB'

red 188 ◦ green 101 ◦ blue 219

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

Shades of Medium Orchid #BC65DB

Tints of Medium Orchid #BC65DB

RGB

 RED value IS 188 (73.83% from 255) = 37.01%

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

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

R = 37.01%
G = 19.88%
B = 43.11%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC65DB (or 0xBC65DB) is known color: Medium Orchid. HEX triplet: BC, 65 and DB. RGB value is (188,101,219). Sum of RGB (Red+Green+Blue) = 188+101+219=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC65DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65DB is #439A24. Grayscale: #8C8C8C. Windows color (decimal): -4430373 or 14378428. OLE color: 14378428.

HSL color Cylindrical-coordinate representation of color #BC65DB: hue angle of 284.24º 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 #BC65DB is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 101 219 -
CMYK 0.14 0.54 0 0.14
HSL 284.24º 0.62% 0.63% -
HSV(B) 284.24º 0.54% 0.86% -
XYZ 38.18 25.11 69.85 -
YUV 140.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 188 101 219 0.14 0.54 0 0.14 284.24 0.62 0.63
Hex BC 65 DB E 36 0 E 11C 3E 3F
Octal 274 145 333 16 66 0 16 434 76 77
Binary 10111100 1100101 11011011 1110 110110 0 1110 100011100 111110 111111

Color Harmonies of #BC65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65DB

Black with #BC65DB

Text Example


Text Example

White with #BC65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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