Html Css Color HEX #BC75DE Medium Orchid

📋 copy color: '#BC75DE'

red 188 ◦ green 117 ◦ blue 222

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

Shades of Medium Orchid #BC75DE

Tints of Medium Orchid #BC75DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 35.67%
G = 22.2%
B = 42.13%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC75DE (or 0xBC75DE) is known color: Medium Orchid. HEX triplet: BC, 75 and DE. RGB value is (188,117,222). Sum of RGB (Red+Green+Blue) = 188+117+222=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC75DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75DE is #438A21. Grayscale: #959595. Windows color (decimal): -4426274 or 14579132. OLE color: 14579132.

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

Color convert

RGB 188 117 222 -
CMYK 0.15 0.47 0 0.13
HSL 280.57º 0.61% 0.66% -
HSV(B) 280.57º 0.47% 0.87% -
XYZ 40.29 28.69 72.52 -
YUV 150.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 188 117 222 0.15 0.47 0 0.13 280.57 0.61 0.66
Hex BC 75 DE F 2F 0 D 119 3D 42
Octal 274 165 336 17 57 0 15 431 75 102
Binary 10111100 1110101 11011110 1111 101111 0 1101 100011001 111101 1000010

Color Harmonies of #BC75DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75DE

Black with #BC75DE

Text Example


Text Example

White with #BC75DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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