Html Css Color HEX #BC60CA Medium Orchid

📋 copy color: '#BC60CA'

red 188 ◦ green 96 ◦ blue 202

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

Shades of Medium Orchid #BC60CA

Tints of Medium Orchid #BC60CA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.75%

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

R = 38.68%
G = 19.75%
B = 41.56%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC60CA (or 0xBC60CA) is known color: Medium Orchid. HEX triplet: BC, 60 and CA. RGB value is (188,96,202). Sum of RGB (Red+Green+Blue) = 188+96+202=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60CA is #439F35. Grayscale: #878787. Windows color (decimal): -4431670 or 13263036. OLE color: 13263036.

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

Color convert

RGB 188 96 202 -
CMYK 0.07 0.52 0 0.21
HSL 292.08º 0.5% 0.58% -
HSV(B) 292.08º 0.52% 0.79% -
XYZ 35.58 23.32 58.5 -
YUV 135.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 188 96 202 0.07 0.52 0 0.21 292.08 0.5 0.58
Hex BC 60 CA 7 34 0 15 124 32 3A
Octal 274 140 312 7 64 0 25 444 62 72
Binary 10111100 1100000 11001010 111 110100 0 10101 100100100 110010 111010

Color Harmonies of #BC60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60CA

Black with #BC60CA

Text Example


Text Example

White with #BC60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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