Html Css Color HEX #BC4DDB Medium Orchid

📋 copy color: '#BC4DDB'

red 188 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #BC4DDB

Tints of Medium Orchid #BC4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.91%

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

R = 38.84%
G = 15.91%
B = 45.25%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC4DDB (or 0xBC4DDB) is known color: Medium Orchid. HEX triplet: BC, 4D and DB. RGB value is (188,77,219). Sum of RGB (Red+Green+Blue) = 188+77+219=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DDB is #43B224. Grayscale: #7D7D7D. Windows color (decimal): -4436517 or 14372284. OLE color: 14372284.

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

Color convert

RGB 188 77 219 -
CMYK 0.14 0.65 0 0.14
HSL 286.9º 0.66% 0.58% -
HSV(B) 286.9º 0.65% 0.86% -
XYZ 36.18 21.11 69.19 -
YUV 126.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 188 77 219 0.14 0.65 0 0.14 286.9 0.66 0.58
Hex BC 4D DB E 41 0 E 11F 42 3A
Octal 274 115 333 16 101 0 16 437 102 72
Binary 10111100 1001101 11011011 1110 1000001 0 1110 100011111 1000010 111010

Color Harmonies of #BC4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DDB

Black with #BC4DDB

Text Example


Text Example

White with #BC4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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