Html Css Color HEX #BC75D7 Medium Orchid

📋 copy color: '#BC75D7'

red 188 ◦ green 117 ◦ blue 215

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

Shades of Medium Orchid #BC75D7

Tints of Medium Orchid #BC75D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.35%

R = 36.15%
G = 22.5%
B = 41.35%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC75D7 (or 0xBC75D7) is known color: Medium Orchid. HEX triplet: BC, 75 and D7. RGB value is (188,117,215). Sum of RGB (Red+Green+Blue) = 188+117+215=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC75D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75D7 is #438A28. Grayscale: #959595. Windows color (decimal): -4426281 or 14120380. OLE color: 14120380.

HSL color Cylindrical-coordinate representation of color #BC75D7: hue angle of 283.47º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC75D7 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 117 215 -
CMYK 0.13 0.46 0 0.16
HSL 283.47º 0.55% 0.65% -
HSV(B) 283.47º 0.46% 0.84% -
XYZ 39.37 28.32 67.68 -
YUV 149.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 188 117 215 0.13 0.46 0 0.16 283.47 0.55 0.65
Hex BC 75 D7 D 2E 0 10 11B 37 41
Octal 274 165 327 15 56 0 20 433 67 101
Binary 10111100 1110101 11010111 1101 101110 0 10000 100011011 110111 1000001

Color Harmonies of #BC75D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75D7

Black with #BC75D7

Text Example


Text Example

White with #BC75D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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