Html Css Color HEX #BC46CB Medium Orchid

📋 copy color: '#BC46CB'

red 188 ◦ green 70 ◦ blue 203

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

Shades of Medium Orchid #BC46CB

Tints of Medium Orchid #BC46CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.18%

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 40.78%
G = 15.18%
B = 44.03%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC46CB (or 0xBC46CB) is known color: Medium Orchid. HEX triplet: BC, 46 and CB. RGB value is (188,70,203). Sum of RGB (Red+Green+Blue) = 188+70+203=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46CB is #43B934. Grayscale: #787878. Windows color (decimal): -4438325 or 13321916. OLE color: 13321916.

HSL color Cylindrical-coordinate representation of color #BC46CB: hue angle of 293.23º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC46CB is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 70 203 -
CMYK 0.07 0.66 0 0.20
HSL 293.23º 0.56% 0.54% -
HSV(B) 293.23º 0.66% 0.8% -
XYZ 33.71 19.38 58.46 -
YUV 120.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 188 70 203 0.07 0.66 0 0.20 293.23 0.56 0.54
Hex BC 46 CB 7 42 0 14 125 38 36
Octal 274 106 313 7 102 0 24 445 70 66
Binary 10111100 1000110 11001011 111 1000010 0 10100 100100101 111000 110110

Color Harmonies of #BC46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46CB

Black with #BC46CB

Text Example


Text Example

White with #BC46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46CB; }

 p { color: rgb(188,70,203); }

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

background-color css

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

 a { background-color: rgb(188,70,203); }

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

border-color css

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

 span { border-color: rgb(188,70,203); }

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