Html Css Color HEX #BC78DA Medium Orchid

📋 copy color: '#BC78DA'

red 188 ◦ green 120 ◦ blue 218

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

Shades of Medium Orchid #BC78DA

Tints of Medium Orchid #BC78DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.81%

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

R = 35.74%
G = 22.81%
B = 41.44%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC78DA (or 0xBC78DA) is known color: Medium Orchid. HEX triplet: BC, 78 and DA. RGB value is (188,120,218). Sum of RGB (Red+Green+Blue) = 188+120+218=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC78DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78DA is #438725. Grayscale: #979797. Windows color (decimal): -4425510 or 14317756. OLE color: 14317756.

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

Color convert

RGB 188 120 218 -
CMYK 0.14 0.45 0 0.15
HSL 281.63º 0.57% 0.66% -
HSV(B) 281.63º 0.45% 0.85% -
XYZ 40.11 29.19 69.85 -
YUV 151.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 188 120 218 0.14 0.45 0 0.15 281.63 0.57 0.66
Hex BC 78 DA E 2D 0 F 11A 39 42
Octal 274 170 332 16 55 0 17 432 71 102
Binary 10111100 1111000 11011010 1110 101101 0 1111 100011010 111001 1000010

Color Harmonies of #BC78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78DA

Black with #BC78DA

Text Example


Text Example

White with #BC78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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