Html Css Color HEX #BC50DA Medium Orchid

📋 copy color: '#BC50DA'

red 188 ◦ green 80 ◦ blue 218

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

Shades of Medium Orchid #BC50DA

Tints of Medium Orchid #BC50DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.46%

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

R = 38.68%
G = 16.46%
B = 44.86%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC50DA (or 0xBC50DA) is known color: Medium Orchid. HEX triplet: BC, 50 and DA. RGB value is (188,80,218). Sum of RGB (Red+Green+Blue) = 188+80+218=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC50DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50DA is #43AF25. Grayscale: #7F7F7F. Windows color (decimal): -4435750 or 14307516. OLE color: 14307516.

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

Color convert

RGB 188 80 218 -
CMYK 0.14 0.63 0 0.15
HSL 286.96º 0.65% 0.58% -
HSV(B) 286.96º 0.63% 0.85% -
XYZ 36.26 21.49 68.57 -
YUV 128.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 188 80 218 0.14 0.63 0 0.15 286.96 0.65 0.58
Hex BC 50 DA E 3F 0 F 11F 41 3A
Octal 274 120 332 16 77 0 17 437 101 72
Binary 10111100 1010000 11011010 1110 111111 0 1111 100011111 1000001 111010

Color Harmonies of #BC50DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50DA

Black with #BC50DA

Text Example


Text Example

White with #BC50DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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