Html Css Color HEX #BC75CE Medium Orchid

📋 copy color: '#BC75CE'

red 188 ◦ green 117 ◦ blue 206

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

Shades of Medium Orchid #BC75CE

Tints of Medium Orchid #BC75CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 36.79%
G = 22.9%
B = 40.31%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC75CE (or 0xBC75CE) is known color: Medium Orchid. HEX triplet: BC, 75 and CE. RGB value is (188,117,206). Sum of RGB (Red+Green+Blue) = 188+117+206=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75CE is #438A31. Grayscale: #949494. Windows color (decimal): -4426290 or 13530556. OLE color: 13530556.

HSL color Cylindrical-coordinate representation of color #BC75CE: hue angle of 287.87º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC75CE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 117 206 -
CMYK 0.09 0.43 0 0.19
HSL 287.87º 0.48% 0.63% -
HSV(B) 287.87º 0.43% 0.81% -
XYZ 38.24 27.87 61.76 -
YUV 148.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 188 117 206 0.09 0.43 0 0.19 287.87 0.48 0.63
Hex BC 75 CE 9 2B 0 13 120 30 3F
Octal 274 165 316 11 53 0 23 440 60 77
Binary 10111100 1110101 11001110 1001 101011 0 10011 100100000 110000 111111

Color Harmonies of #BC75CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75CE

Black with #BC75CE

Text Example


Text Example

White with #BC75CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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