Html Css Color HEX #BC4CCE Medium Orchid

📋 copy color: '#BC4CCE'

red 188 ◦ green 76 ◦ blue 206

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

Shades of Medium Orchid #BC4CCE

Tints of Medium Orchid #BC4CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.17%

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 40%
G = 16.17%
B = 43.83%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC4CCE (or 0xBC4CCE) is known color: Medium Orchid. HEX triplet: BC, 4C and CE. RGB value is (188,76,206). Sum of RGB (Red+Green+Blue) = 188+76+206=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC4CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CCE is #43B331. Grayscale: #7B7B7B. Windows color (decimal): -4436786 or 13520060. OLE color: 13520060.

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

Color convert

RGB 188 76 206 -
CMYK 0.09 0.63 0 0.19
HSL 291.69º 0.57% 0.55% -
HSV(B) 291.69º 0.63% 0.81% -
XYZ 34.46 20.32 60.5 -
YUV 124.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 188 76 206 0.09 0.63 0 0.19 291.69 0.57 0.55
Hex BC 4C CE 9 3F 0 13 124 39 37
Octal 274 114 316 11 77 0 23 444 71 67
Binary 10111100 1001100 11001110 1001 111111 0 10011 100100100 111001 110111

Color Harmonies of #BC4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CCE

Black with #BC4CCE

Text Example


Text Example

White with #BC4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CCE; }

 p { color: rgb(188,76,206); }

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

background-color css

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

 a { background-color: rgb(188,76,206); }

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

border-color css

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

 span { border-color: rgb(188,76,206); }

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