Html Css Color HEX #BC4DDA Medium Orchid

📋 copy color: '#BC4DDA'

red 188 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #BC4DDA

Tints of Medium Orchid #BC4DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 38.92%
G = 15.94%
B = 45.13%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC4DDA (or 0xBC4DDA) is known color: Medium Orchid. HEX triplet: BC, 4D and DA. RGB value is (188,77,218). Sum of RGB (Red+Green+Blue) = 188+77+218=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DDA is #43B225. Grayscale: #7D7D7D. Windows color (decimal): -4436518 or 14306748. OLE color: 14306748.

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

Color convert

RGB 188 77 218 -
CMYK 0.14 0.65 0 0.15
HSL 287.23º 0.66% 0.58% -
HSV(B) 287.23º 0.65% 0.85% -
XYZ 36.05 21.06 68.49 -
YUV 126.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 188 77 218 0.14 0.65 0 0.15 287.23 0.66 0.58
Hex BC 4D DA E 41 0 F 11F 42 3A
Octal 274 115 332 16 101 0 17 437 102 72
Binary 10111100 1001101 11011010 1110 1000001 0 1111 100011111 1000010 111010

Color Harmonies of #BC4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DDA

Black with #BC4DDA

Text Example


Text Example

White with #BC4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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