Html Css Color HEX #BC4CCA Medium Orchid

📋 copy color: '#BC4CCA'

red 188 ◦ green 76 ◦ blue 202

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

Shades of Medium Orchid #BC4CCA

Tints of Medium Orchid #BC4CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.35%

R = 40.34%
G = 16.31%
B = 43.35%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC4CCA (or 0xBC4CCA) is known color: Medium Orchid. HEX triplet: BC, 4C and CA. RGB value is (188,76,202). Sum of RGB (Red+Green+Blue) = 188+76+202=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC4CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CCA is #43B335. Grayscale: #7B7B7B. Windows color (decimal): -4436790 or 13257916. OLE color: 13257916.

HSL color Cylindrical-coordinate representation of color #BC4CCA: hue angle of 293.33º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4CCA is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 76 202 -
CMYK 0.07 0.62 0 0.21
HSL 293.33º 0.54% 0.55% -
HSV(B) 293.33º 0.62% 0.79% -
XYZ 33.98 20.12 57.97 -
YUV 123.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 188 76 202 0.07 0.62 0 0.21 293.33 0.54 0.55
Hex BC 4C CA 7 3E 0 15 125 36 37
Octal 274 114 312 7 76 0 25 445 66 67
Binary 10111100 1001100 11001010 111 111110 0 10101 100100101 110110 110111

Color Harmonies of #BC4CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CCA

Black with #BC4CCA

Text Example


Text Example

White with #BC4CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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