Html Css Color HEX #BC75D0 Medium Orchid

📋 copy color: '#BC75D0'

red 188 ◦ green 117 ◦ blue 208

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

Shades of Medium Orchid #BC75D0

Tints of Medium Orchid #BC75D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 36.65%
G = 22.81%
B = 40.55%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC75D0 (or 0xBC75D0) is known color: Medium Orchid. HEX triplet: BC, 75 and D0. RGB value is (188,117,208). Sum of RGB (Red+Green+Blue) = 188+117+208=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC75D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75D0 is #438A2F. Grayscale: #949494. Windows color (decimal): -4426288 or 13661628. OLE color: 13661628.

HSL color Cylindrical-coordinate representation of color #BC75D0: hue angle of 286.81º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC75D0 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 117 208 -
CMYK 0.10 0.44 0 0.18
HSL 286.81º 0.49% 0.64% -
HSV(B) 286.81º 0.44% 0.82% -
XYZ 38.49 27.97 63.04 -
YUV 148.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 188 117 208 0.10 0.44 0 0.18 286.81 0.49 0.64
Hex BC 75 D0 A 2C 0 12 11F 31 40
Octal 274 165 320 12 54 0 22 437 61 100
Binary 10111100 1110101 11010000 1010 101100 0 10010 100011111 110001 1000000

Color Harmonies of #BC75D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75D0

Black with #BC75D0

Text Example


Text Example

White with #BC75D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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