Html Css Color HEX #BC5FCA Medium Orchid

📋 copy color: '#BC5FCA'

red 188 ◦ green 95 ◦ blue 202

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

Shades of Medium Orchid #BC5FCA

Tints of Medium Orchid #BC5FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.59%

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

R = 38.76%
G = 19.59%
B = 41.65%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC5FCA (or 0xBC5FCA) is known color: Medium Orchid. HEX triplet: BC, 5F and CA. RGB value is (188,95,202). Sum of RGB (Red+Green+Blue) = 188+95+202=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC5FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FCA is #43A035. Grayscale: #868686. Windows color (decimal): -4431926 or 13262780. OLE color: 13262780.

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

Color convert

RGB 188 95 202 -
CMYK 0.07 0.53 0 0.21
HSL 292.15º 0.5% 0.58% -
HSV(B) 292.15º 0.53% 0.79% -
XYZ 35.49 23.14 58.47 -
YUV 135.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 188 95 202 0.07 0.53 0 0.21 292.15 0.5 0.58
Hex BC 5F CA 7 35 0 15 124 32 3A
Octal 274 137 312 7 65 0 25 444 62 72
Binary 10111100 1011111 11001010 111 110101 0 10101 100100100 110010 111010

Color Harmonies of #BC5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FCA

Black with #BC5FCA

Text Example


Text Example

White with #BC5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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