Html Css Color HEX #BC61F2 Medium Orchid

📋 copy color: '#BC61F2'

red 188 ◦ green 97 ◦ blue 242

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

Shades of Medium Orchid #BC61F2

Tints of Medium Orchid #BC61F2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.41%

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

R = 35.67%
G = 18.41%
B = 45.92%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC61F2 (or 0xBC61F2) is known color: Medium Orchid. HEX triplet: BC, 61 and F2. RGB value is (188,97,242). Sum of RGB (Red+Green+Blue) = 188+97+242=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC61F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC61F2 is #439E0D. Grayscale: #8C8C8C. Windows color (decimal): -4431374 or 15884732. OLE color: 15884732.

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

Color convert

RGB 188 97 242 -
CMYK 0.22 0.60 0 0.05
HSL 277.66º 0.85% 0.66% -
HSV(B) 277.66º 0.6% 0.95% -
XYZ 41.04 25.65 86.79 -
YUV 140.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 188 97 242 0.22 0.60 0 0.05 277.66 0.85 0.66
Hex BC 61 F2 16 3C 0 5 116 55 42
Octal 274 141 362 26 74 0 5 426 125 102
Binary 10111100 1100001 11110010 10110 111100 0 101 100010110 1010101 1000010

Color Harmonies of #BC61F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61F2

Black with #BC61F2

Text Example


Text Example

White with #BC61F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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