Html Css Color HEX #BC75CF Medium Orchid

📋 copy color: '#BC75CF'

red 188 ◦ green 117 ◦ blue 207

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

Shades of Medium Orchid #BC75CF

Tints of Medium Orchid #BC75CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 36.72%
G = 22.85%
B = 40.43%

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

#BC75CF (or 0xBC75CF) is known color: Medium Orchid. HEX triplet: BC, 75 and CF. RGB value is (188,117,207). Sum of RGB (Red+Green+Blue) = 188+117+207=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC75CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75CF is #438A30. Grayscale: #949494. Windows color (decimal): -4426289 or 13596092. OLE color: 13596092.

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

Color convert

RGB 188 117 207 -
CMYK 0.09 0.43 0 0.19
HSL 287.33º 0.48% 0.64% -
HSV(B) 287.33º 0.43% 0.81% -
XYZ 38.36 27.92 62.4 -
YUV 148.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 188 117 207 0.09 0.43 0 0.19 287.33 0.48 0.64
Hex BC 75 CF 9 2B 0 13 11F 30 40
Octal 274 165 317 11 53 0 23 437 60 100
Binary 10111100 1110101 11001111 1001 101011 0 10011 100011111 110000 1000000

Color Harmonies of #BC75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75CF

Black with #BC75CF

Text Example


Text Example

White with #BC75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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