Html Css Color HEX #BC75DC Medium Orchid

📋 copy color: '#BC75DC'

red 188 ◦ green 117 ◦ blue 220

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

Shades of Medium Orchid #BC75DC

Tints of Medium Orchid #BC75DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.29%

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 35.81%
G = 22.29%
B = 41.9%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC75DC (or 0xBC75DC) is known color: Medium Orchid. HEX triplet: BC, 75 and DC. RGB value is (188,117,220). Sum of RGB (Red+Green+Blue) = 188+117+220=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75DC is #438A23. Grayscale: #959595. Windows color (decimal): -4426276 or 14448060. OLE color: 14448060.

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

Color convert

RGB 188 117 220 -
CMYK 0.15 0.47 0 0.14
HSL 281.36º 0.6% 0.66% -
HSV(B) 281.36º 0.47% 0.86% -
XYZ 40.02 28.58 71.12 -
YUV 149.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 188 117 220 0.15 0.47 0 0.14 281.36 0.6 0.66
Hex BC 75 DC F 2F 0 E 119 3C 42
Octal 274 165 334 17 57 0 16 431 74 102
Binary 10111100 1110101 11011100 1111 101111 0 1110 100011001 111100 1000010

Color Harmonies of #BC75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75DC

Black with #BC75DC

Text Example


Text Example

White with #BC75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75DC; }

 p { color: rgb(188,117,220); }

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

background-color css

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

 a { background-color: rgb(188,117,220); }

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

border-color css

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

 span { border-color: rgb(188,117,220); }

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