Html Css Color HEX #BC5CF2 Medium Orchid

📋 copy color: '#BC5CF2'

red 188 ◦ green 92 ◦ blue 242

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

Shades of Medium Orchid #BC5CF2

Tints of Medium Orchid #BC5CF2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.62%

 BLUE value IS 242 (94.92% from 255) = 46.36%

R = 36.02%
G = 17.62%
B = 46.36%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC5CF2 (or 0xBC5CF2) is known color: Medium Orchid. HEX triplet: BC, 5C and F2. RGB value is (188,92,242). Sum of RGB (Red+Green+Blue) = 188+92+242=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC5CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CF2 is #43A30D. Grayscale: #898989. Windows color (decimal): -4432654 or 15883452. OLE color: 15883452.

HSL color Cylindrical-coordinate representation of color #BC5CF2: hue angle of 278.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5CF2 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 92 242 -
CMYK 0.22 0.62 0 0.05
HSL 278.4º 0.85% 0.65% -
HSV(B) 278.4º 0.62% 0.95% -
XYZ 40.59 24.76 86.64 -
YUV 137.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 188 92 242 0.22 0.62 0 0.05 278.4 0.85 0.65
Hex BC 5C F2 16 3E 0 5 116 55 41
Octal 274 134 362 26 76 0 5 426 125 101
Binary 10111100 1011100 11110010 10110 111110 0 101 100010110 1010101 1000001

Color Harmonies of #BC5CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CF2

Black with #BC5CF2

Text Example


Text Example

White with #BC5CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CF2; }

 p { color: rgb(188,92,242); }

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

background-color css

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

 a { background-color: rgb(188,92,242); }

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

border-color css

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

 span { border-color: rgb(188,92,242); }

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