Html Css Color HEX #BC44CA Medium Orchid

📋 copy color: '#BC44CA'

red 188 ◦ green 68 ◦ blue 202

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

Shades of Medium Orchid #BC44CA

Tints of Medium Orchid #BC44CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.85%

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

R = 41.05%
G = 14.85%
B = 44.1%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC44CA (or 0xBC44CA) is known color: Medium Orchid. HEX triplet: BC, 44 and CA. RGB value is (188,68,202). Sum of RGB (Red+Green+Blue) = 188+68+202=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC44CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44CA is #43BB35. Grayscale: #767676. Windows color (decimal): -4438838 or 13255868. OLE color: 13255868.

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

Color convert

RGB 188 68 202 -
CMYK 0.07 0.66 0 0.21
HSL 293.73º 0.56% 0.53% -
HSV(B) 293.73º 0.66% 0.79% -
XYZ 33.47 19.09 57.8 -
YUV 119.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 188 68 202 0.07 0.66 0 0.21 293.73 0.56 0.53
Hex BC 44 CA 7 42 0 15 126 38 35
Octal 274 104 312 7 102 0 25 446 70 65
Binary 10111100 1000100 11001010 111 1000010 0 10101 100100110 111000 110101

Color Harmonies of #BC44CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44CA

Black with #BC44CA

Text Example


Text Example

White with #BC44CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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