Html Css Color HEX #BC42CF Medium Orchid

📋 copy color: '#BC42CF'

red 188 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #BC42CF

Tints of Medium Orchid #BC42CF

RGB

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

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

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

R = 40.78%
G = 14.32%
B = 44.9%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC42CF (or 0xBC42CF) is known color: Medium Orchid. HEX triplet: BC, 42 and CF. RGB value is (188,66,207). Sum of RGB (Red+Green+Blue) = 188+66+207=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC42CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42CF is #43BD30. Grayscale: #767676. Windows color (decimal): -4439345 or 13583036. OLE color: 13583036.

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

Color convert

RGB 188 66 207 -
CMYK 0.09 0.68 0 0.19
HSL 291.91º 0.59% 0.54% -
HSV(B) 291.91º 0.68% 0.81% -
XYZ 33.95 19.09 60.93 -
YUV 118.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 188 66 207 0.09 0.68 0 0.19 291.91 0.59 0.54
Hex BC 42 CF 9 44 0 13 124 3B 36
Octal 274 102 317 11 104 0 23 444 73 66
Binary 10111100 1000010 11001111 1001 1000100 0 10011 100100100 111011 110110

Color Harmonies of #BC42CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42CF

Black with #BC42CF

Text Example


Text Example

White with #BC42CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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