Html Css Color HEX #BC32D7 Medium Orchid

📋 copy color: '#BC32D7'

red 188 ◦ green 50 ◦ blue 215

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

Shades of Medium Orchid #BC32D7

Tints of Medium Orchid #BC32D7

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.04%

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

R = 41.5%
G = 11.04%
B = 47.46%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC32D7 (or 0xBC32D7) is known color: Medium Orchid. HEX triplet: BC, 32 and D7. RGB value is (188,50,215). Sum of RGB (Red+Green+Blue) = 188+50+215=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC32D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32D7 is #43CD28. Grayscale: #6D6D6D. Windows color (decimal): -4443433 or 14103228. OLE color: 14103228.

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

Color convert

RGB 188 50 215 -
CMYK 0.13 0.77 0 0.16
HSL 290.18º 0.67% 0.52% -
HSV(B) 290.18º 0.77% 0.84% -
XYZ 34.15 17.88 65.94 -
YUV 110.07 187.22 183.58 -
System Red Green Blue C M Y K H S L
Decimal 188 50 215 0.13 0.77 0 0.16 290.18 0.67 0.52
Hex BC 32 D7 D 4D 0 10 122 43 34
Octal 274 62 327 15 115 0 20 442 103 64
Binary 10111100 110010 11010111 1101 1001101 0 10000 100100010 1000011 110100

Color Harmonies of #BC32D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32D7

Black with #BC32D7

Text Example


Text Example

White with #BC32D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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