Html Css Color HEX #BC72D7 Medium Orchid

📋 copy color: '#BC72D7'

red 188 ◦ green 114 ◦ blue 215

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

Shades of Medium Orchid #BC72D7

Tints of Medium Orchid #BC72D7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.05%

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

R = 36.36%
G = 22.05%
B = 41.59%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC72D7 (or 0xBC72D7) is known color: Medium Orchid. HEX triplet: BC, 72 and D7. RGB value is (188,114,215). Sum of RGB (Red+Green+Blue) = 188+114+215=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC72D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72D7 is #438D28. Grayscale: #939393. Windows color (decimal): -4427049 or 14119612. OLE color: 14119612.

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

Color convert

RGB 188 114 215 -
CMYK 0.13 0.47 0 0.16
HSL 283.96º 0.56% 0.65% -
HSV(B) 283.96º 0.47% 0.84% -
XYZ 39.02 27.63 67.57 -
YUV 147.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 188 114 215 0.13 0.47 0 0.16 283.96 0.56 0.65
Hex BC 72 D7 D 2F 0 10 11C 38 41
Octal 274 162 327 15 57 0 20 434 70 101
Binary 10111100 1110010 11010111 1101 101111 0 10000 100011100 111000 1000001

Color Harmonies of #BC72D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72D7

Black with #BC72D7

Text Example


Text Example

White with #BC72D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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