Html Css Color HEX #BC42D6 Medium Orchid

📋 copy color: '#BC42D6'

red 188 ◦ green 66 ◦ blue 214

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

Shades of Medium Orchid #BC42D6

Tints of Medium Orchid #BC42D6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.1%

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 40.17%
G = 14.1%
B = 45.73%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC42D6 (or 0xBC42D6) is known color: Medium Orchid. HEX triplet: BC, 42 and D6. RGB value is (188,66,214). Sum of RGB (Red+Green+Blue) = 188+66+214=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC42D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42D6 is #43BD29. Grayscale: #767676. Windows color (decimal): -4439338 or 14041788. OLE color: 14041788.

HSL color Cylindrical-coordinate representation of color #BC42D6: hue angle of 289.46º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC42D6 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 66 214 -
CMYK 0.12 0.69 0 0.16
HSL 289.46º 0.64% 0.55% -
HSV(B) 289.46º 0.69% 0.84% -
XYZ 34.82 19.44 65.54 -
YUV 119.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 188 66 214 0.12 0.69 0 0.16 289.46 0.64 0.55
Hex BC 42 D6 C 45 0 10 121 40 37
Octal 274 102 326 14 105 0 20 441 100 67
Binary 10111100 1000010 11010110 1100 1000101 0 10000 100100001 1000000 110111

Color Harmonies of #BC42D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42D6

Black with #BC42D6

Text Example


Text Example

White with #BC42D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42D6; }

 p { color: rgb(188,66,214); }

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

background-color css

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

 a { background-color: rgb(188,66,214); }

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

border-color css

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

 span { border-color: rgb(188,66,214); }

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